#CCAF56

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

Shades of Laser #CCAF56

Tints of Laser #CCAF56

Color information

#CCAF56 (or 0xCCAF56) is unknown color: approx Laser. HEX triplet: CC, AF and 56. RGB value is (204,175,86). Sum of RGB (Red+Green+Blue) = 204+175+86=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 86 (33.98% from 255 or 18.49% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAF56 is #3350A9. Grayscale: #ADADAD. Windows color (decimal): -3362986 or 5681100. OLE color: 5681100.

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

Color convert

RGB20417586-
CMYK00.140.580.2
HSL45.25º53.64%56.86%-
HSV(B)45.25º57.84%80%-
XYZ41.9144.1715.12-
YUV173.5278.61149.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.87%
GREEN value IS 175 (68.75% from 255) = 37.63%
BLUE value IS 86 (33.98% from 255) = 18.49%
R=43.87%
G=37.63%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.58
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041758600.140.580.245.2553.6456.86
HexCCAF560E3A142d3639
Octal3142571260167224556671
Binary110011001010111110101100111011101010100101101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAF56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAF56; }

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

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

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

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

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

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

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

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