Html Css Color HEX #C2A061 Laser

📋 copy color: '#C2A061'

red 194 ◦ green 160 ◦ blue 97

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

Shades of Laser #C2A061

Tints of Laser #C2A061

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.48%

 BLUE value IS 97 (38.28% from 255) = 21.51%

R = 43.02%
G = 35.48%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C2A061 (or 0xC2A061) is known color: Laser. HEX triplet: C2, A0 and 61. RGB value is (194,160,97). Sum of RGB (Red+Green+Blue) = 194+160+97=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 160 (62.89% from 255 or 35.48% from 451); Blue value is 97 (38.28% from 255 or 21.51% from 451); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A061 is #3D5F9E. Grayscale: #A3A3A3. Windows color (decimal): -4022175 or 6398146. OLE color: 6398146.

HSL color Cylindrical-coordinate representation of color #C2A061: hue angle of 38.97º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C2A061 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 160 97 -
CMYK 0 0.18 0.50 0.24
HSL 38.97º 0.44% 0.57% -
HSV(B) 38.97º 0.5% 0.76% -
XYZ 36.98 37.47 16.59 -
YUV 162.98 90.76 150.12 -
System Red Green Blue C M Y K H S L
Decimal 194 160 97 0 0.18 0.50 0.24 38.97 0.44 0.57
Hex C2 A0 61 0 12 32 18 27 2C 39
Octal 302 240 141 0 22 62 30 47 54 71
Binary 11000010 10100000 1100001 0 10010 110010 11000 100111 101100 111001

Color Harmonies of #C2A061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A061

Black with #C2A061

Text Example


Text Example

White with #C2A061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A061; }

 p { color: rgb(194,160,97); }

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

background-color css

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

 a { background-color: rgb(194,160,97); }

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

border-color css

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

 span { border-color: rgb(194,160,97); }

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