Html Css Color HEX #C2AD74 Putty

📋 copy color: '#C2AD74'

red 194 ◦ green 173 ◦ blue 116

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

Shades of Putty #C2AD74

Tints of Putty #C2AD74

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.82%

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

R = 40.17%
G = 35.82%
B = 24.02%

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

#C2AD74 (or 0xC2AD74) is known color: Putty. HEX triplet: C2, AD and 74. RGB value is (194,173,116). Sum of RGB (Red+Green+Blue) = 194+173+116=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 116 (45.70% from 255 or 24.02% from 483); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AD74 is #3D528B. Grayscale: #ADADAD. Windows color (decimal): -4018828 or 7646658. OLE color: 7646658.

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

Color convert

RGB 194 173 116 -
CMYK 0 0.11 0.40 0.24
HSL 43.85º 0.39% 0.61% -
HSV(B) 43.85º 0.4% 0.76% -
XYZ 40.34 42.62 22.62 -
YUV 172.78 95.96 143.13 -
System Red Green Blue C M Y K H S L
Decimal 194 173 116 0 0.11 0.40 0.24 43.85 0.39 0.61
Hex C2 AD 74 0 B 28 18 2C 27 3D
Octal 302 255 164 0 13 50 30 54 47 75
Binary 11000010 10101101 1110100 0 1011 101000 11000 101100 100111 111101

Color Harmonies of #C2AD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AD74

Black with #C2AD74

Text Example


Text Example

White with #C2AD74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AD74; }

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

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

background-color css

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

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

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

border-color css

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

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

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