Html Css Color HEX #C4A675 Putty

📋 copy color: '#C4A675'

red 196 ◦ green 166 ◦ blue 117

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

Shades of Putty #C4A675

Tints of Putty #C4A675

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.66%

 BLUE value IS 117 (46.09% from 255) = 24.43%

R = 40.92%
G = 34.66%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C4A675 (or 0xC4A675) is known color: Putty. HEX triplet: C4, A6 and 75. RGB value is (196,166,117). Sum of RGB (Red+Green+Blue) = 196+166+117=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 117 (46.09% from 255 or 24.43% from 479); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A675 is #3B598A. Grayscale: #A9A9A9. Windows color (decimal): -3889547 or 7710404. OLE color: 7710404.

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

Color convert

RGB 196 166 117 -
CMYK 0 0.15 0.40 0.23
HSL 37.22º 0.4% 0.61% -
HSV(B) 37.22º 0.4% 0.77% -
XYZ 39.61 40.29 22.52 -
YUV 169.38 98.44 146.98 -
System Red Green Blue C M Y K H S L
Decimal 196 166 117 0 0.15 0.40 0.23 37.22 0.4 0.61
Hex C4 A6 75 0 F 28 17 25 28 3D
Octal 304 246 165 0 17 50 27 45 50 75
Binary 11000100 10100110 1110101 0 1111 101000 10111 100101 101000 111101

Color Harmonies of #C4A675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A675

Black with #C4A675

Text Example


Text Example

White with #C4A675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A675; }

 p { color: rgb(196,166,117); }

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

background-color css

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

 a { background-color: rgb(196,166,117); }

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

border-color css

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

 span { border-color: rgb(196,166,117); }

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