Html Css Color HEX #CAB05C Laser

📋 copy color: '#CAB05C'

red 202 ◦ green 176 ◦ blue 92

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

Shades of Laser #CAB05C

Tints of Laser #CAB05C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.57%

R = 42.98%
G = 37.45%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CAB05C (or 0xCAB05C) is known color: Laser. HEX triplet: CA, B0 and 5C. RGB value is (202,176,92). Sum of RGB (Red+Green+Blue) = 202+176+92=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 176 (69.14% from 255 or 37.45% from 470); Blue value is 92 (36.33% from 255 or 19.57% from 470); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB05C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB05C is #354FA3. Grayscale: #AEAEAE. Windows color (decimal): -3493796 or 6074570. OLE color: 6074570.

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

Color convert

RGB 202 176 92 -
CMYK 0 0.13 0.54 0.21
HSL 45.82º 0.51% 0.58% -
HSV(B) 45.82º 0.54% 0.79% -
XYZ 41.81 44.38 16.49 -
YUV 174.2 81.61 147.83 -
System Red Green Blue C M Y K H S L
Decimal 202 176 92 0 0.13 0.54 0.21 45.82 0.51 0.58
Hex CA B0 5C 0 D 36 15 2E 33 3A
Octal 312 260 134 0 15 66 25 56 63 72
Binary 11001010 10110000 1011100 0 1101 110110 10101 101110 110011 111010

Color Harmonies of #CAB05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB05C

Black with #CAB05C

Text Example


Text Example

White with #CAB05C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB05C; }

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

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

background-color css

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

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

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

border-color css

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

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

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