Html Css Color HEX #C2AF60 Laser

📋 copy color: '#C2AF60'

red 194 ◦ green 175 ◦ blue 96

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

Shades of Laser #C2AF60

Tints of Laser #C2AF60

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.63%

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

R = 41.72%
G = 37.63%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C2AF60 (or 0xC2AF60) is known color: Laser. HEX triplet: C2, AF and 60. RGB value is (194,175,96). Sum of RGB (Red+Green+Blue) = 194+175+96=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 96 (37.89% from 255 or 20.65% from 465); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AF60 is #3D509F. Grayscale: #ACACAC. Windows color (decimal): -4018336 or 6336450. OLE color: 6336450.

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

Color convert

RGB 194 175 96 -
CMYK 0 0.10 0.51 0.24
HSL 48.37º 0.45% 0.57% -
HSV(B) 48.37º 0.51% 0.76% -
XYZ 39.69 42.97 17.27 -
YUV 171.68 85.29 143.92 -
System Red Green Blue C M Y K H S L
Decimal 194 175 96 0 0.10 0.51 0.24 48.37 0.45 0.57
Hex C2 AF 60 0 A 33 18 30 2D 39
Octal 302 257 140 0 12 63 30 60 55 71
Binary 11000010 10101111 1100000 0 1010 110011 11000 110000 101101 111001

Color Harmonies of #C2AF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AF60

Black with #C2AF60

Text Example


Text Example

White with #C2AF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AF60; }

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

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

background-color css

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

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

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

border-color css

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

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

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