Html Css Color HEX #C4AF6A Putty

📋 copy color: '#C4AF6A'

red 196 ◦ green 175 ◦ blue 106

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

Shades of Putty #C4AF6A

Tints of Putty #C4AF6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.22%

R = 41.09%
G = 36.69%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C4AF6A (or 0xC4AF6A) is known color: Putty. HEX triplet: C4, AF and 6A. RGB value is (196,175,106). Sum of RGB (Red+Green+Blue) = 196+175+106=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 106 (41.80% from 255 or 22.22% from 477); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AF6A is #3B5095. Grayscale: #ADADAD. Windows color (decimal): -3887254 or 6991812. OLE color: 6991812.

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

Color convert

RGB 196 175 106 -
CMYK 0 0.11 0.46 0.23
HSL 46º 0.43% 0.59% -
HSV(B) 46º 0.46% 0.77% -
XYZ 40.7 43.44 19.87 -
YUV 173.41 89.96 144.11 -
System Red Green Blue C M Y K H S L
Decimal 196 175 106 0 0.11 0.46 0.23 46 0.43 0.59
Hex C4 AF 6A 0 B 2E 17 2E 2B 3B
Octal 304 257 152 0 13 56 27 56 53 73
Binary 11000100 10101111 1101010 0 1011 101110 10111 101110 101011 111011

Color Harmonies of #C4AF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AF6A

Black with #C4AF6A

Text Example


Text Example

White with #C4AF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AF6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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