Html Css Color HEX #C2AC60 Laser

📋 copy color: '#C2AC60'

red 194 ◦ green 172 ◦ blue 96

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

Shades of Laser #C2AC60

Tints of Laser #C2AC60

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.23%

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

R = 41.99%
G = 37.23%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C2AC60 (or 0xC2AC60) is known color: Laser. HEX triplet: C2, AC and 60. RGB value is (194,172,96). Sum of RGB (Red+Green+Blue) = 194+172+96=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 96 (37.89% from 255 or 20.78% from 462); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AC60 is #3D539F. Grayscale: #AAAAAA. Windows color (decimal): -4019104 or 6335682. OLE color: 6335682.

HSL color Cylindrical-coordinate representation of color #C2AC60: hue angle of 46.53º 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 #C2AC60 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 172 96 -
CMYK 0 0.11 0.51 0.24
HSL 46.53º 0.45% 0.57% -
HSV(B) 46.53º 0.51% 0.76% -
XYZ 39.11 41.82 17.08 -
YUV 169.91 86.29 145.18 -
System Red Green Blue C M Y K H S L
Decimal 194 172 96 0 0.11 0.51 0.24 46.53 0.45 0.57
Hex C2 AC 60 0 B 33 18 2F 2D 39
Octal 302 254 140 0 13 63 30 57 55 71
Binary 11000010 10101100 1100000 0 1011 110011 11000 101111 101101 111001

Color Harmonies of #C2AC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AC60

Black with #C2AC60

Text Example


Text Example

White with #C2AC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AC60; }

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

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

background-color css

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

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

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

border-color css

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

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

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