Html Css Color HEX #CAB15C Laser

📋 copy color: '#CAB15C'

red 202 ◦ green 177 ◦ blue 92

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

Shades of Laser #CAB15C

Tints of Laser #CAB15C

RGB

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

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

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

R = 42.89%
G = 37.58%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CAB15C (or 0xCAB15C) is known color: Laser. HEX triplet: CA, B1 and 5C. RGB value is (202,177,92). Sum of RGB (Red+Green+Blue) = 202+177+92=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 177 (69.53% from 255 or 37.58% from 471); Blue value is 92 (36.33% from 255 or 19.53% from 471); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB15C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB15C is #354EA3. Grayscale: #AFAFAF. Windows color (decimal): -3493540 or 6074826. OLE color: 6074826.

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

Color convert

RGB 202 177 92 -
CMYK 0 0.12 0.54 0.21
HSL 46.36º 0.51% 0.58% -
HSV(B) 46.36º 0.54% 0.79% -
XYZ 42.01 44.77 16.55 -
YUV 174.79 81.28 147.41 -
System Red Green Blue C M Y K H S L
Decimal 202 177 92 0 0.12 0.54 0.21 46.36 0.51 0.58
Hex CA B1 5C 0 C 36 15 2E 33 3A
Octal 312 261 134 0 14 66 25 56 63 72
Binary 11001010 10110001 1011100 0 1100 110110 10101 101110 110011 111010

Color Harmonies of #CAB15C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB15C

Black with #CAB15C

Text Example


Text Example

White with #CAB15C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB15C; }

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

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

background-color css

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

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

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

border-color css

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

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

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