Html Css Color HEX #CAB166 Laser

📋 copy color: '#CAB166'

red 202 ◦ green 177 ◦ blue 102

#CAB166
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Laser #CAB166

Tints of Laser #CAB166

RGB

 RED value IS 202 (79.3% from 255) = 42%

 GREEN value IS 177 (69.53% from 255) = 36.8%

 BLUE value IS 102 (40.23% from 255) = 21.21%

R = 42%
G = 36.8%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#CAB166 (or 0xCAB166) is known color: Laser. HEX triplet: CA, B1 and 66. RGB value is (202,177,102). Sum of RGB (Red+Green+Blue) = 202+177+102=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 177 (69.53% from 255 or 36.80% from 481); Blue value is 102 (40.23% from 255 or 21.21% from 481); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB166 is #354E99. Grayscale: #B0B0B0. Windows color (decimal): -3493530 or 6730186. OLE color: 6730186.

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

Color convert

RGB 202 177 102 -
CMYK 0 0.12 0.50 0.21
HSL 45º 0.49% 0.6% -
HSV(B) 45º 0.5% 0.79% -
XYZ 42.48 44.96 19.01 -
YUV 175.93 86.28 146.6 -
System Red Green Blue C M Y K H S L
Decimal 202 177 102 0 0.12 0.50 0.21 45 0.49 0.6
Hex CA B1 66 0 C 32 15 2D 31 3C
Octal 312 261 146 0 14 62 25 55 61 74
Binary 11001010 10110001 1100110 0 1100 110010 10101 101101 110001 111100

Color Harmonies of #CAB166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB166

Black with #CAB166

Text Example


Text Example

White with #CAB166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB166; }

 p { color: rgb(202,177,102); }

 H1.HeaderClassName
 {
   color: #CAB166;
 }
 .AnyTagClassName
 {
   color: #CAB166;
 }
</style>

background-color css

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

 a { background-color: rgb(202,177,102); }

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

border-color css

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

 span { border-color: rgb(202,177,102); }

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