Html Css Color HEX #C2A860 Laser

📋 copy color: '#C2A860'

red 194 ◦ green 168 ◦ blue 96

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

Shades of Laser #C2A860

Tints of Laser #C2A860

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.68%

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

R = 42.36%
G = 36.68%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C2A860 (or 0xC2A860) is known color: Laser. HEX triplet: C2, A8 and 60. RGB value is (194,168,96). Sum of RGB (Red+Green+Blue) = 194+168+96=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 168 (66.02% from 255 or 36.68% from 458); Blue value is 96 (37.89% from 255 or 20.96% from 458); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A860 is #3D579F. Grayscale: #A7A7A7. Windows color (decimal): -4020128 or 6334658. OLE color: 6334658.

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

Color convert

RGB 194 168 96 -
CMYK 0 0.13 0.51 0.24
HSL 44.08º 0.45% 0.57% -
HSV(B) 44.08º 0.51% 0.76% -
XYZ 38.36 40.32 16.83 -
YUV 167.57 87.61 146.85 -
System Red Green Blue C M Y K H S L
Decimal 194 168 96 0 0.13 0.51 0.24 44.08 0.45 0.57
Hex C2 A8 60 0 D 33 18 2C 2D 39
Octal 302 250 140 0 15 63 30 54 55 71
Binary 11000010 10101000 1100000 0 1101 110011 11000 101100 101101 111001

Color Harmonies of #C2A860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A860

Black with #C2A860

Text Example


Text Example

White with #C2A860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A860; }

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

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

background-color css

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

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

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

border-color css

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

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

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