#CCAF58

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

Shades of Laser #CCAF58

Tints of Laser #CCAF58

Color information

#CCAF58 (or 0xCCAF58) is unknown color: approx Laser. HEX triplet: CC, AF and 58. RGB value is (204,175,88). Sum of RGB (Red+Green+Blue) = 204+175+88=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 88 (34.77% from 255 or 18.84% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAF58 is #3350A7. Grayscale: #AEAEAE. Windows color (decimal): -3362984 or 5812172. OLE color: 5812172.

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

Color convert

RGB20417588-
CMYK00.140.570.2
HSL45º53.21%57.25%-
HSV(B)45º56.86%80%-
XYZ41.9944.215.55-
YUV173.7579.61149.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.68%
GREEN value IS 175 (68.75% from 255) = 37.47%
BLUE value IS 88 (34.77% from 255) = 18.84%
R=43.68%
G=37.47%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.57
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041758800.140.570.24553.2157.25
HexCCAF580E39142d3539
Octal3142571300167124556571
Binary110011001010111110110000111011100110100101101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAF58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAF58; }

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

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

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

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

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

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

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

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