Html Css Color HEX #C2AB60 Laser

📋 copy color: '#C2AB60'

red 194 ◦ green 171 ◦ blue 96

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

Shades of Laser #C2AB60

Tints of Laser #C2AB60

RGB

 RED value IS 194 (76.17% from 255) = 42.08%

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

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

R = 42.08%
G = 37.09%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C2AB60 (or 0xC2AB60) is known color: Laser. HEX triplet: C2, AB and 60. RGB value is (194,171,96). Sum of RGB (Red+Green+Blue) = 194+171+96=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 96 (37.89% from 255 or 20.82% from 461); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AB60 is #3D549F. Grayscale: #A9A9A9. Windows color (decimal): -4019360 or 6335426. OLE color: 6335426.

HSL color Cylindrical-coordinate representation of color #C2AB60: hue angle of 45.92º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C2AB60 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 171 96 -
CMYK 0 0.12 0.51 0.24
HSL 45.92º 0.45% 0.57% -
HSV(B) 45.92º 0.51% 0.76% -
XYZ 38.92 41.44 17.01 -
YUV 169.33 86.62 145.6 -
System Red Green Blue C M Y K H S L
Decimal 194 171 96 0 0.12 0.51 0.24 45.92 0.45 0.57
Hex C2 AB 60 0 C 33 18 2E 2D 39
Octal 302 253 140 0 14 63 30 56 55 71
Binary 11000010 10101011 1100000 0 1100 110011 11000 101110 101101 111001

Color Harmonies of #C2AB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AB60

Black with #C2AB60

Text Example


Text Example

White with #C2AB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AB60; }

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

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

background-color css

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

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

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

border-color css

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

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

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