Html Css Color HEX #C2A261 Laser

📋 copy color: '#C2A261'

red 194 ◦ green 162 ◦ blue 97

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

Shades of Laser #C2A261

Tints of Laser #C2A261

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.76%

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

R = 42.83%
G = 35.76%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C2A261 (or 0xC2A261) is known color: Laser. HEX triplet: C2, A2 and 61. RGB value is (194,162,97). Sum of RGB (Red+Green+Blue) = 194+162+97=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 162 (63.67% from 255 or 35.76% from 453); Blue value is 97 (38.28% from 255 or 21.41% from 453); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A261 is #3D5D9E. Grayscale: #A4A4A4. Windows color (decimal): -4021663 or 6398658. OLE color: 6398658.

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

Color convert

RGB 194 162 97 -
CMYK 0 0.16 0.50 0.24
HSL 40.21º 0.44% 0.57% -
HSV(B) 40.21º 0.5% 0.76% -
XYZ 37.33 38.17 16.71 -
YUV 164.16 90.1 149.29 -
System Red Green Blue C M Y K H S L
Decimal 194 162 97 0 0.16 0.50 0.24 40.21 0.44 0.57
Hex C2 A2 61 0 10 32 18 28 2C 39
Octal 302 242 141 0 20 62 30 50 54 71
Binary 11000010 10100010 1100001 0 10000 110010 11000 101000 101100 111001

Color Harmonies of #C2A261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A261

Black with #C2A261

Text Example


Text Example

White with #C2A261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A261; }

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

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

background-color css

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

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

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

border-color css

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

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

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