#CAB065

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

Shades of Laser #CAB065

Tints of Laser #CAB065

Color information

#CAB065 (or 0xCAB065) is unknown color: approx Laser. HEX triplet: CA, B0 and 65. RGB value is (202,176,101). Sum of RGB (Red+Green+Blue) = 202+176+101=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 176 (69.14% from 255 or 36.74% from 479); Blue value is 101 (39.84% from 255 or 21.09% from 479); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB065 is #354F9A. Grayscale: #AFAFAF. Windows color (decimal): -3493787 or 6664394. OLE color: 6664394.

HSL color Cylindrical-coordinate representation of color #CAB065: hue angle of 44.55º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CAB065 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB202176101-
CMYK00.130.500.21
HSL44.55º48.79%59.41%-
HSV(B)44.55º50%79.22%-
XYZ42.2344.5518.68-
YUV175.2286.11147.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.17%
GREEN value IS 176 (69.14% from 255) = 36.74%
BLUE value IS 101 (39.84% from 255) = 21.09%
R=42.17%
G=36.74%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217610100.130.500.2144.5548.7959.41
HexCAB0650D32152d313b
Octal3122601450156225556173
Binary110010101011000011001010110111001010101101101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB065; }

 p { color: rgb(202,176,101); }

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

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

 a { background-color: rgb(202,176,101); }

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

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

 span { border-color: rgb(202,176,101); }

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