Html Css Color HEX #CAB05A Laser

📋 copy color: '#CAB05A'

red 202 ◦ green 176 ◦ blue 90

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

Shades of Laser #CAB05A

Tints of Laser #CAB05A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.23%

R = 43.16%
G = 37.61%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#CAB05A (or 0xCAB05A) is known color: Laser. HEX triplet: CA, B0 and 5A. RGB value is (202,176,90). Sum of RGB (Red+Green+Blue) = 202+176+90=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 176 (69.14% from 255 or 37.61% from 468); Blue value is 90 (35.55% from 255 or 19.23% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB05A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB05A is #354FA5. Grayscale: #AEAEAE. Windows color (decimal): -3493798 or 5943498. OLE color: 5943498.

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

Color convert

RGB 202 176 90 -
CMYK 0 0.13 0.55 0.21
HSL 46.07º 0.51% 0.57% -
HSV(B) 46.07º 0.55% 0.79% -
XYZ 41.73 44.35 16.03 -
YUV 173.97 80.61 147.99 -
System Red Green Blue C M Y K H S L
Decimal 202 176 90 0 0.13 0.55 0.21 46.07 0.51 0.57
Hex CA B0 5A 0 D 37 15 2E 33 39
Octal 312 260 132 0 15 67 25 56 63 71
Binary 11001010 10110000 1011010 0 1101 110111 10101 101110 110011 111001

Color Harmonies of #CAB05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB05A

Black with #CAB05A

Text Example


Text Example

White with #CAB05A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB05A; }

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

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

background-color css

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

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

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

border-color css

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

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

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