Html Css Color HEX #CAB163 Laser

📋 copy color: '#CAB163'

red 202 ◦ green 177 ◦ blue 99

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

Shades of Laser #CAB163

Tints of Laser #CAB163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.71%

R = 42.26%
G = 37.03%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CAB163 (or 0xCAB163) is known color: Laser. HEX triplet: CA, B1 and 63. RGB value is (202,177,99). Sum of RGB (Red+Green+Blue) = 202+177+99=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 177 (69.53% from 255 or 37.03% from 478); Blue value is 99 (39.06% from 255 or 20.71% from 478); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB163 is #354E9C. Grayscale: #AFAFAF. Windows color (decimal): -3493533 or 6533578. OLE color: 6533578.

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

Color convert

RGB 202 177 99 -
CMYK 0 0.12 0.51 0.21
HSL 45.44º 0.49% 0.59% -
HSV(B) 45.44º 0.51% 0.79% -
XYZ 42.33 44.9 18.24 -
YUV 175.58 84.78 146.84 -
System Red Green Blue C M Y K H S L
Decimal 202 177 99 0 0.12 0.51 0.21 45.44 0.49 0.59
Hex CA B1 63 0 C 33 15 2D 31 3B
Octal 312 261 143 0 14 63 25 55 61 73
Binary 11001010 10110001 1100011 0 1100 110011 10101 101101 110001 111011

Color Harmonies of #CAB163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB163

Black with #CAB163

Text Example


Text Example

White with #CAB163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB163; }

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

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

background-color css

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

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

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

border-color css

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

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

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