#CCAF5A

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

Shades of Laser #CCAF5A

Tints of Laser #CCAF5A

Color information

#CCAF5A (or 0xCCAF5A) is unknown color: approx Laser. HEX triplet: CC, AF and 5A. RGB value is (204,175,90). Sum of RGB (Red+Green+Blue) = 204+175+90=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 90 (35.55% from 255 or 19.19% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAF5A is #3350A5. Grayscale: #AEAEAE. Windows color (decimal): -3362982 or 5943244. OLE color: 5943244.

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

Color convert

RGB20417590-
CMYK00.140.560.2
HSL44.74º52.78%57.65%-
HSV(B)44.74º55.88%80%-
XYZ42.0844.2415.99-
YUV173.9880.61149.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.50%
GREEN value IS 175 (68.75% from 255) = 37.31%
BLUE value IS 90 (35.55% from 255) = 19.19%
R=43.50%
G=37.31%
B=19.19%

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
Decimal2041759000.140.560.244.7452.7857.65
HexCCAF5A0E38142d353a
Octal3142571320167024556572
Binary110011001010111110110100111011100010100101101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAF5A; }

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

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

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

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

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

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

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

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