Html Css Color HEX #CAB164 Laser

📋 copy color: '#CAB164'

red 202 ◦ green 177 ◦ blue 100

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

Shades of Laser #CAB164

Tints of Laser #CAB164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.88%

R = 42.17%
G = 36.95%
B = 20.88%

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

#CAB164 (or 0xCAB164) is known color: Laser. HEX triplet: CA, B1 and 64. RGB value is (202,177,100). Sum of RGB (Red+Green+Blue) = 202+177+100=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 177 (69.53% from 255 or 36.95% from 479); Blue value is 100 (39.45% from 255 or 20.88% from 479); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB164 is #354E9B. Grayscale: #B0B0B0. Windows color (decimal): -3493532 or 6599114. OLE color: 6599114.

HSL color Cylindrical-coordinate representation of color #CAB164: hue angle of 45.29º 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 #CAB164 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 177 100 -
CMYK 0 0.12 0.50 0.21
HSL 45.29º 0.49% 0.59% -
HSV(B) 45.29º 0.5% 0.79% -
XYZ 42.38 44.92 18.49 -
YUV 175.7 85.28 146.76 -
System Red Green Blue C M Y K H S L
Decimal 202 177 100 0 0.12 0.50 0.21 45.29 0.49 0.59
Hex CA B1 64 0 C 32 15 2D 31 3B
Octal 312 261 144 0 14 62 25 55 61 73
Binary 11001010 10110001 1100100 0 1100 110010 10101 101101 110001 111011

Color Harmonies of #CAB164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB164

Black with #CAB164

Text Example


Text Example

White with #CAB164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB164; }

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

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

background-color css

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

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

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

border-color css

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

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

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