Html Css Color HEX #C2A461 Laser

📋 copy color: '#C2A461'

red 194 ◦ green 164 ◦ blue 97

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

Shades of Laser #C2A461

Tints of Laser #C2A461

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.04%

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

R = 42.64%
G = 36.04%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C2A461 (or 0xC2A461) is known color: Laser. HEX triplet: C2, A4 and 61. RGB value is (194,164,97). Sum of RGB (Red+Green+Blue) = 194+164+97=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 164 (64.45% from 255 or 36.04% from 455); Blue value is 97 (38.28% from 255 or 21.32% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A461 is #3D5B9E. Grayscale: #A5A5A5. Windows color (decimal): -4021151 or 6399170. OLE color: 6399170.

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

Color convert

RGB 194 164 97 -
CMYK 0 0.15 0.50 0.24
HSL 41.44º 0.44% 0.57% -
HSV(B) 41.44º 0.5% 0.76% -
XYZ 37.68 38.88 16.83 -
YUV 165.33 89.44 148.45 -
System Red Green Blue C M Y K H S L
Decimal 194 164 97 0 0.15 0.50 0.24 41.44 0.44 0.57
Hex C2 A4 61 0 F 32 18 29 2C 39
Octal 302 244 141 0 17 62 30 51 54 71
Binary 11000010 10100100 1100001 0 1111 110010 11000 101001 101100 111001

Color Harmonies of #C2A461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A461

Black with #C2A461

Text Example


Text Example

White with #C2A461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A461; }

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

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

background-color css

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

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

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

border-color css

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

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

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