Html Css Color HEX #C4A570 Putty

📋 copy color: '#C4A570'

red 196 ◦ green 165 ◦ blue 112

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

Shades of Putty #C4A570

Tints of Putty #C4A570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.68%

R = 41.44%
G = 34.88%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C4A570 (or 0xC4A570) is known color: Putty. HEX triplet: C4, A5 and 70. RGB value is (196,165,112). Sum of RGB (Red+Green+Blue) = 196+165+112=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A570 is #3B5A8F. Grayscale: #A8A8A8. Windows color (decimal): -3889808 or 7382468. OLE color: 7382468.

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

Color convert

RGB 196 165 112 -
CMYK 0 0.16 0.43 0.23
HSL 37.86º 0.42% 0.6% -
HSV(B) 37.86º 0.43% 0.77% -
XYZ 39.14 39.82 20.95 -
YUV 168.23 96.27 147.81 -
System Red Green Blue C M Y K H S L
Decimal 196 165 112 0 0.16 0.43 0.23 37.86 0.42 0.6
Hex C4 A5 70 0 10 2B 17 26 2A 3C
Octal 304 245 160 0 20 53 27 46 52 74
Binary 11000100 10100101 1110000 0 10000 101011 10111 100110 101010 111100

Color Harmonies of #C4A570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A570

Black with #C4A570

Text Example


Text Example

White with #C4A570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A570; }

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

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

background-color css

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

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

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

border-color css

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

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

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