Html Css Color HEX #C9A570 Putty

📋 copy color: '#C9A570'

red 201 ◦ green 165 ◦ blue 112

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

Shades of Putty #C9A570

Tints of Putty #C9A570

RGB

 RED value IS 201 (78.91% from 255) = 42.05%

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

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

R = 42.05%
G = 34.52%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#C9A570 (or 0xC9A570) is known color: Putty. HEX triplet: C9, A5 and 70. RGB value is (201,165,112). Sum of RGB (Red+Green+Blue) = 201+165+112=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 165 (64.84% from 255 or 34.52% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A570 is #365A8F. Grayscale: #A9A9A9. Windows color (decimal): -3562128 or 7382473. OLE color: 7382473.

HSL color Cylindrical-coordinate representation of color #C9A570: hue angle of 35.73º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C9A570 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 165 112 -
CMYK 0 0.18 0.44 0.21
HSL 35.73º 0.45% 0.61% -
HSV(B) 35.73º 0.44% 0.79% -
XYZ 40.47 40.5 21.01 -
YUV 169.72 95.43 150.31 -
System Red Green Blue C M Y K H S L
Decimal 201 165 112 0 0.18 0.44 0.21 35.73 0.45 0.61
Hex C9 A5 70 0 12 2C 15 24 2D 3D
Octal 311 245 160 0 22 54 25 44 55 75
Binary 11001001 10100101 1110000 0 10010 101100 10101 100100 101101 111101

Color Harmonies of #C9A570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A570

Black with #C9A570

Text Example


Text Example

White with #C9A570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A570; }

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

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

background-color css

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

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

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

border-color css

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

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

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