Html Css Color HEX #C4A97A Putty

📋 copy color: '#C4A97A'

red 196 ◦ green 169 ◦ blue 122

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

Shades of Putty #C4A97A

Tints of Putty #C4A97A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.7%

 BLUE value IS 122 (48.05% from 255) = 25.05%

R = 40.25%
G = 34.7%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C4A97A (or 0xC4A97A) is known color: Putty. HEX triplet: C4, A9 and 7A. RGB value is (196,169,122). Sum of RGB (Red+Green+Blue) = 196+169+122=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 169 (66.41% from 255 or 34.70% from 487); Blue value is 122 (48.05% from 255 or 25.05% from 487); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A97A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A97A is #3B5685. Grayscale: #ABABAB. Windows color (decimal): -3888774 or 8038852. OLE color: 8038852.

HSL color Cylindrical-coordinate representation of color #C4A97A: hue angle of 38.11º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C4A97A is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 169 122 -
CMYK 0 0.14 0.38 0.23
HSL 38.11º 0.39% 0.62% -
HSV(B) 38.11º 0.38% 0.77% -
XYZ 40.47 41.52 24.29 -
YUV 171.72 99.95 145.32 -
System Red Green Blue C M Y K H S L
Decimal 196 169 122 0 0.14 0.38 0.23 38.11 0.39 0.62
Hex C4 A9 7A 0 E 26 17 26 27 3E
Octal 304 251 172 0 16 46 27 46 47 76
Binary 11000100 10101001 1111010 0 1110 100110 10111 100110 100111 111110

Color Harmonies of #C4A97A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A97A

Black with #C4A97A

Text Example


Text Example

White with #C4A97A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A97A; }

 p { color: rgb(196,169,122); }

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

background-color css

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

 a { background-color: rgb(196,169,122); }

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

border-color css

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

 span { border-color: rgb(196,169,122); }

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