Html Css Color HEX #C7A572 Putty

📋 copy color: '#C7A572'

red 199 ◦ green 165 ◦ blue 114

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

Shades of Putty #C7A572

Tints of Putty #C7A572

RGB

 RED value IS 199 (78.13% from 255) = 41.63%

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

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

R = 41.63%
G = 34.52%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C7A572 (or 0xC7A572) is known color: Putty. HEX triplet: C7, A5 and 72. RGB value is (199,165,114). Sum of RGB (Red+Green+Blue) = 199+165+114=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 165 (64.84% from 255 or 34.52% from 478); Blue value is 114 (44.92% from 255 or 23.85% from 478); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A572 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A572 is #385A8D. Grayscale: #A9A9A9. Windows color (decimal): -3693198 or 7513543. OLE color: 7513543.

HSL color Cylindrical-coordinate representation of color #C7A572: hue angle of 36º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C7A572 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 165 114 -
CMYK 0 0.17 0.43 0.22
HSL 36º 0.43% 0.61% -
HSV(B) 36º 0.43% 0.78% -
XYZ 40.05 40.27 21.58 -
YUV 169.35 96.76 149.15 -
System Red Green Blue C M Y K H S L
Decimal 199 165 114 0 0.17 0.43 0.22 36 0.43 0.61
Hex C7 A5 72 0 11 2B 16 24 2B 3D
Octal 307 245 162 0 21 53 26 44 53 75
Binary 11000111 10100101 1110010 0 10001 101011 10110 100100 101011 111101

Color Harmonies of #C7A572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A572

Black with #C7A572

Text Example


Text Example

White with #C7A572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A572; }

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

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

background-color css

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

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

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

border-color css

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

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

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