Html Css Color HEX #C4AF6C Putty

📋 copy color: '#C4AF6C'

red 196 ◦ green 175 ◦ blue 108

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

Shades of Putty #C4AF6C

Tints of Putty #C4AF6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.55%

R = 40.92%
G = 36.53%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C4AF6C (or 0xC4AF6C) is known color: Putty. HEX triplet: C4, AF and 6C. RGB value is (196,175,108). Sum of RGB (Red+Green+Blue) = 196+175+108=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 108 (42.58% from 255 or 22.55% from 479); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AF6C is #3B5093. Grayscale: #ADADAD. Windows color (decimal): -3887252 or 7122884. OLE color: 7122884.

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

Color convert

RGB 196 175 108 -
CMYK 0 0.11 0.45 0.23
HSL 45.68º 0.43% 0.6% -
HSV(B) 45.68º 0.45% 0.77% -
XYZ 40.8 43.48 20.43 -
YUV 173.64 90.96 143.95 -
System Red Green Blue C M Y K H S L
Decimal 196 175 108 0 0.11 0.45 0.23 45.68 0.43 0.6
Hex C4 AF 6C 0 B 2D 17 2E 2B 3C
Octal 304 257 154 0 13 55 27 56 53 74
Binary 11000100 10101111 1101100 0 1011 101101 10111 101110 101011 111100

Color Harmonies of #C4AF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AF6C

Black with #C4AF6C

Text Example


Text Example

White with #C4AF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AF6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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