#CCAD5C

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

Shades of Laser #CCAD5C

Tints of Laser #CCAD5C

Color information

#CCAD5C (or 0xCCAD5C) is unknown color: approx Laser. HEX triplet: CC, AD and 5C. RGB value is (204,173,92). Sum of RGB (Red+Green+Blue) = 204+173+92=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 92 (36.33% from 255 or 19.62% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAD5C is #3352A3. Grayscale: #ADADAD. Windows color (decimal): -3363492 or 6073804. OLE color: 6073804.

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

Color convert

RGB20417392-
CMYK00.150.550.2
HSL43.39º52.34%58.04%-
HSV(B)43.39º54.9%80%-
XYZ41.7843.516.32-
YUV173.0382.27150.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.50%
GREEN value IS 173 (67.97% from 255) = 36.89%
BLUE value IS 92 (36.33% from 255) = 19.62%
R=43.50%
G=36.89%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041739200.150.550.243.3952.3458.04
HexCCAD5C0F37142b343a
Octal3142551340176724536472
Binary110011001010110110111000111111011110100101011110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAD5C; }

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

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

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

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

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

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

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

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