Html Css Color HEX #CAB063 Laser

📋 copy color: '#CAB063'

red 202 ◦ green 176 ◦ blue 99

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

Shades of Laser #CAB063

Tints of Laser #CAB063

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.9%

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

R = 42.35%
G = 36.9%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CAB063 (or 0xCAB063) is known color: Laser. HEX triplet: CA, B0 and 63. RGB value is (202,176,99). Sum of RGB (Red+Green+Blue) = 202+176+99=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 176 (69.14% from 255 or 36.90% from 477); Blue value is 99 (39.06% from 255 or 20.75% from 477); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB063 is #354F9C. Grayscale: #AFAFAF. Windows color (decimal): -3493789 or 6533322. OLE color: 6533322.

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

Color convert

RGB 202 176 99 -
CMYK 0 0.13 0.51 0.21
HSL 44.85º 0.49% 0.59% -
HSV(B) 44.85º 0.51% 0.79% -
XYZ 42.13 44.51 18.17 -
YUV 175 85.11 147.26 -
System Red Green Blue C M Y K H S L
Decimal 202 176 99 0 0.13 0.51 0.21 44.85 0.49 0.59
Hex CA B0 63 0 D 33 15 2D 31 3B
Octal 312 260 143 0 15 63 25 55 61 73
Binary 11001010 10110000 1100011 0 1101 110011 10101 101101 110001 111011

Color Harmonies of #CAB063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB063

Black with #CAB063

Text Example


Text Example

White with #CAB063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB063; }

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

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

background-color css

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

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

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

border-color css

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

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

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