Html Css Color HEX #C4A572 Putty

📋 copy color: '#C4A572'

red 196 ◦ green 165 ◦ blue 114

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

Shades of Putty #C4A572

Tints of Putty #C4A572

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.74%

 BLUE value IS 114 (44.92% from 255) = 24%

R = 41.26%
G = 34.74%
B = 24%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C4A572 (or 0xC4A572) is known color: Putty. HEX triplet: C4, A5 and 72. RGB value is (196,165,114). Sum of RGB (Red+Green+Blue) = 196+165+114=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 165 (64.84% from 255 or 34.74% from 475); Blue value is 114 (44.92% from 255 or 24% from 475); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A572 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A572 is #3B5A8D. Grayscale: #A8A8A8. Windows color (decimal): -3889806 or 7513540. OLE color: 7513540.

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

Color convert

RGB 196 165 114 -
CMYK 0 0.16 0.42 0.23
HSL 37.32º 0.41% 0.61% -
HSV(B) 37.32º 0.42% 0.77% -
XYZ 39.26 39.86 21.54 -
YUV 168.46 97.27 147.65 -
System Red Green Blue C M Y K H S L
Decimal 196 165 114 0 0.16 0.42 0.23 37.32 0.41 0.61
Hex C4 A5 72 0 10 2A 17 25 29 3D
Octal 304 245 162 0 20 52 27 45 51 75
Binary 11000100 10100101 1110010 0 10000 101010 10111 100101 101001 111101

Color Harmonies of #C4A572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A572

Black with #C4A572

Text Example


Text Example

White with #C4A572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A572; }

 p { color: rgb(196,165,114); }

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

background-color css

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

 a { background-color: rgb(196,165,114); }

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

border-color css

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

 span { border-color: rgb(196,165,114); }

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