Html Css Color HEX #C2AC74 Putty

📋 copy color: '#C2AC74'

red 194 ◦ green 172 ◦ blue 116

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

Shades of Putty #C2AC74

Tints of Putty #C2AC74

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.68%

 BLUE value IS 116 (45.7% from 255) = 24.07%

R = 40.25%
G = 35.68%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C2AC74 (or 0xC2AC74) is known color: Putty. HEX triplet: C2, AC and 74. RGB value is (194,172,116). Sum of RGB (Red+Green+Blue) = 194+172+116=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 116 (45.70% from 255 or 24.07% from 482); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AC74 is #3D538B. Grayscale: #ACACAC. Windows color (decimal): -4019084 or 7646402. OLE color: 7646402.

HSL color Cylindrical-coordinate representation of color #C2AC74: hue angle of 43.08º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C2AC74 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 172 116 -
CMYK 0 0.11 0.40 0.24
HSL 43.08º 0.39% 0.61% -
HSV(B) 43.08º 0.4% 0.76% -
XYZ 40.15 42.24 22.56 -
YUV 172.19 96.29 143.55 -
System Red Green Blue C M Y K H S L
Decimal 194 172 116 0 0.11 0.40 0.24 43.08 0.39 0.61
Hex C2 AC 74 0 B 28 18 2B 27 3D
Octal 302 254 164 0 13 50 30 53 47 75
Binary 11000010 10101100 1110100 0 1011 101000 11000 101011 100111 111101

Color Harmonies of #C2AC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AC74

Black with #C2AC74

Text Example


Text Example

White with #C2AC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AC74; }

 p { color: rgb(194,172,116); }

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

background-color css

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

 a { background-color: rgb(194,172,116); }

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

border-color css

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

 span { border-color: rgb(194,172,116); }

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