#CCAB5A

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

Shades of Laser #CCAB5A

Tints of Laser #CCAB5A

Color information

#CCAB5A (or 0xCCAB5A) is unknown color: approx Laser. HEX triplet: CC, AB and 5A. RGB value is (204,171,90). Sum of RGB (Red+Green+Blue) = 204+171+90=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 90 (35.55% from 255 or 19.35% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAB5A is #3354A5. Grayscale: #ABABAB. Windows color (decimal): -3364006 or 5942220. OLE color: 5942220.

HSL color Cylindrical-coordinate representation of color #CCAB5A: hue angle of 42.63º 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 #CCAB5A is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.2.

Color convert

RGB20417190-
CMYK00.160.560.2
HSL42.63º52.78%57.65%-
HSV(B)42.63º55.88%80%-
XYZ41.3142.715.74-
YUV171.6381.93151.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.87%
GREEN value IS 171 (67.19% from 255) = 36.77%
BLUE value IS 90 (35.55% from 255) = 19.35%
R=43.87%
G=36.77%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041719000.160.560.242.6352.7857.65
HexCCAB5A01038142b353a
Octal3142531320207024536572
Binary1100110010101011101101001000011100010100101011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAB5A; }

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

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

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

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

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

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

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

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