Html Css Color HEX #CAB15F Laser

📋 copy color: '#CAB15F'

red 202 ◦ green 177 ◦ blue 95

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

Shades of Laser #CAB15F

Tints of Laser #CAB15F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.04%

R = 42.62%
G = 37.34%
B = 20.04%

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

#CAB15F (or 0xCAB15F) is known color: Laser. HEX triplet: CA, B1 and 5F. RGB value is (202,177,95). Sum of RGB (Red+Green+Blue) = 202+177+95=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 177 (69.53% from 255 or 37.34% from 474); Blue value is 95 (37.5% from 255 or 20.04% from 474); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB15F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB15F is #354EA0. Grayscale: #AFAFAF. Windows color (decimal): -3493537 or 6271434. OLE color: 6271434.

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

Color convert

RGB 202 177 95 -
CMYK 0 0.12 0.53 0.21
HSL 45.98º 0.5% 0.58% -
HSV(B) 45.98º 0.53% 0.79% -
XYZ 42.14 44.83 17.26 -
YUV 175.13 82.78 147.17 -
System Red Green Blue C M Y K H S L
Decimal 202 177 95 0 0.12 0.53 0.21 45.98 0.5 0.58
Hex CA B1 5F 0 C 35 15 2E 32 3A
Octal 312 261 137 0 14 65 25 56 62 72
Binary 11001010 10110001 1011111 0 1100 110101 10101 101110 110010 111010

Color Harmonies of #CAB15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB15F

Black with #CAB15F

Text Example


Text Example

White with #CAB15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB15F; }

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

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

background-color css

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

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

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

border-color css

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

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

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