#CCAF59

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

Shades of Laser #CCAF59

Tints of Laser #CCAF59

Color information

#CCAF59 (or 0xCCAF59) is unknown color: approx Laser. HEX triplet: CC, AF and 59. RGB value is (204,175,89). Sum of RGB (Red+Green+Blue) = 204+175+89=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 89 (35.16% from 255 or 19.02% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAF59 is #3350A6. Grayscale: #AEAEAE. Windows color (decimal): -3362983 or 5877708. OLE color: 5877708.

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

Color convert

RGB20417589-
CMYK00.140.560.2
HSL44.87º53%57.45%-
HSV(B)44.87º56.37%80%-
XYZ42.0344.2215.77-
YUV173.8780.11149.49-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.59%
GREEN value IS 175 (68.75% from 255) = 37.39%
BLUE value IS 89 (35.16% from 255) = 19.02%
R=43.59%
G=37.39%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041758900.140.560.244.875357.45
HexCCAF590E38142d3539
Octal3142571310167024556571
Binary110011001010111110110010111011100010100101101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAF59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAF59; }

 p { color: rgb(204,175,89); }

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

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

 a { background-color: rgb(204,175,89); }

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

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

 span { border-color: rgb(204,175,89); }

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