Html Css Color HEX #C4AB60 Laser

📋 copy color: '#C4AB60'

red 196 ◦ green 171 ◦ blue 96

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

Shades of Laser #C4AB60

Tints of Laser #C4AB60

RGB

 RED value IS 196 (76.95% from 255) = 42.33%

 GREEN value IS 171 (67.19% from 255) = 36.93%

 BLUE value IS 96 (37.89% from 255) = 20.73%

R = 42.33%
G = 36.93%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C4AB60 (or 0xC4AB60) is known color: Laser. HEX triplet: C4, AB and 60. RGB value is (196,171,96). Sum of RGB (Red+Green+Blue) = 196+171+96=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 96 (37.89% from 255 or 20.73% from 463); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AB60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AB60 is #3B549F. Grayscale: #AAAAAA. Windows color (decimal): -3888288 or 6335428. OLE color: 6335428.

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

Color convert

RGB 196 171 96 -
CMYK 0 0.13 0.51 0.23
HSL 45º 0.46% 0.57% -
HSV(B) 45º 0.51% 0.77% -
XYZ 39.44 41.71 17.04 -
YUV 169.93 86.28 146.6 -
System Red Green Blue C M Y K H S L
Decimal 196 171 96 0 0.13 0.51 0.23 45 0.46 0.57
Hex C4 AB 60 0 D 33 17 2D 2E 39
Octal 304 253 140 0 15 63 27 55 56 71
Binary 11000100 10101011 1100000 0 1101 110011 10111 101101 101110 111001

Color Harmonies of #C4AB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AB60

Black with #C4AB60

Text Example


Text Example

White with #C4AB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AB60; }

 p { color: rgb(196,171,96); }

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

background-color css

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

 a { background-color: rgb(196,171,96); }

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

border-color css

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

 span { border-color: rgb(196,171,96); }

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