Html Css Color HEX #CAB15E Laser

📋 copy color: '#CAB15E'

red 202 ◦ green 177 ◦ blue 94

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

Shades of Laser #CAB15E

Tints of Laser #CAB15E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 19.87%

R = 42.71%
G = 37.42%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#CAB15E (or 0xCAB15E) is known color: Laser. HEX triplet: CA, B1 and 5E. RGB value is (202,177,94). Sum of RGB (Red+Green+Blue) = 202+177+94=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 177 (69.53% from 255 or 37.42% from 473); Blue value is 94 (37.11% from 255 or 19.87% from 473); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB15E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB15E is #354EA1. Grayscale: #AFAFAF. Windows color (decimal): -3493538 or 6205898. OLE color: 6205898.

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

Color convert

RGB 202 177 94 -
CMYK 0 0.12 0.53 0.21
HSL 46.11º 0.5% 0.58% -
HSV(B) 46.11º 0.53% 0.79% -
XYZ 42.1 44.81 17.02 -
YUV 175.01 82.28 147.25 -
System Red Green Blue C M Y K H S L
Decimal 202 177 94 0 0.12 0.53 0.21 46.11 0.5 0.58
Hex CA B1 5E 0 C 35 15 2E 32 3A
Octal 312 261 136 0 14 65 25 56 62 72
Binary 11001010 10110001 1011110 0 1100 110101 10101 101110 110010 111010

Color Harmonies of #CAB15E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB15E

Black with #CAB15E

Text Example


Text Example

White with #CAB15E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB15E; }

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

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

background-color css

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

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

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

border-color css

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

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

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