#CCAD60

Color #CCAD60 Laser (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laser #CCAD60

Tints of Laser #CCAD60

Color information

#CCAD60 (or 0xCCAD60) is unknown color: approx Laser. HEX triplet: CC, AD and 60. RGB value is (204,173,96). Sum of RGB (Red+Green+Blue) = 204+173+96=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 96 (37.89% from 255 or 20.30% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAD60 is #33529F. Grayscale: #ADADAD. Windows color (decimal): -3363488 or 6335948. OLE color: 6335948.

HSL color Cylindrical-coordinate representation of color #CCAD60: hue angle of 42.78º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CCAD60 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.2.

Color convert

RGB20417396-
CMYK00.150.530.2
HSL42.78º51.43%58.82%-
HSV(B)42.78º52.94%80%-
XYZ41.9643.5717.26-
YUV173.4984.27149.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 43.13%
GREEN value IS 173 (67.97% from 255) = 36.58%
BLUE value IS 96 (37.89% from 255) = 20.30%
R=43.13%
G=36.58%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041739600.150.530.242.7851.4358.82
HexCCAD600F35142b333b
Octal3142551400176524536373
Binary110011001010110111000000111111010110100101011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAD60; }

 p { color: rgb(204,173,96); }

 H1.HeaderClassName
 {
   color: #CCAD60;
 }
 .AnyTagClassName
 {
   color: #CCAD60;
 }
</style>
background-color css

<style>
 a { background-color: #CCAD60; }

 a { background-color: rgb(204,173,96); }

 div.DivClassName
 {
   background-color: #CCAD60;
 }
 .BgClassName
 {
   background-color: #CCAD60;
 }
</style>
border-color css

<style>
 span { border-color: #CCAD60; }

 span { border-color: rgb(204,173,96); }

 td.TdClassName
 {
   border-color: #CCAD60;
 }
 .TagClassName
 {
   border-color: #CCAD60;
 }
</style>