Html Css Color HEX #C4AF74 Putty

📋 copy color: '#C4AF74'

red 196 ◦ green 175 ◦ blue 116

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

Shades of Putty #C4AF74

Tints of Putty #C4AF74

RGB

 RED value IS 196 (76.95% from 255) = 40.25%

 GREEN value IS 175 (68.75% from 255) = 35.93%

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

R = 40.25%
G = 35.93%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C4AF74 (or 0xC4AF74) is known color: Putty. HEX triplet: C4, AF and 74. RGB value is (196,175,116). Sum of RGB (Red+Green+Blue) = 196+175+116=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 116 (45.70% from 255 or 23.82% from 487); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AF74 is #3B508B. Grayscale: #AEAEAE. Windows color (decimal): -3887244 or 7647172. OLE color: 7647172.

HSL color Cylindrical-coordinate representation of color #C4AF74: hue angle of 44.25º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C4AF74 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 175 116 -
CMYK 0 0.11 0.41 0.23
HSL 44.25º 0.4% 0.61% -
HSV(B) 44.25º 0.41% 0.77% -
XYZ 41.25 43.66 22.78 -
YUV 174.55 94.96 143.3 -
System Red Green Blue C M Y K H S L
Decimal 196 175 116 0 0.11 0.41 0.23 44.25 0.4 0.61
Hex C4 AF 74 0 B 29 17 2C 28 3D
Octal 304 257 164 0 13 51 27 54 50 75
Binary 11000100 10101111 1110100 0 1011 101001 10111 101100 101000 111101

Color Harmonies of #C4AF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AF74

Black with #C4AF74

Text Example


Text Example

White with #C4AF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AF74; }

 p { color: rgb(196,175,116); }

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

background-color css

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

 a { background-color: rgb(196,175,116); }

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

border-color css

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

 span { border-color: rgb(196,175,116); }

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