Html Css Color HEX #C8A572 Putty

📋 copy color: '#C8A572'

red 200 ◦ green 165 ◦ blue 114

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

Shades of Putty #C8A572

Tints of Putty #C8A572

RGB

 RED value IS 200 (78.52% from 255) = 41.75%

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

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

R = 41.75%
G = 34.45%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C8A572 (or 0xC8A572) is known color: Putty. HEX triplet: C8, A5 and 72. RGB value is (200,165,114). Sum of RGB (Red+Green+Blue) = 200+165+114=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 165 (64.84% from 255 or 34.45% from 479); Blue value is 114 (44.92% from 255 or 23.80% from 479); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A572 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A572 is #375A8D. Grayscale: #A9A9A9. Windows color (decimal): -3627662 or 7513544. OLE color: 7513544.

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

Color convert

RGB 200 165 114 -
CMYK 0 0.18 0.43 0.22
HSL 35.58º 0.44% 0.62% -
HSV(B) 35.58º 0.43% 0.78% -
XYZ 40.31 40.4 21.59 -
YUV 169.65 96.6 149.65 -
System Red Green Blue C M Y K H S L
Decimal 200 165 114 0 0.18 0.43 0.22 35.58 0.44 0.62
Hex C8 A5 72 0 12 2B 16 24 2C 3E
Octal 310 245 162 0 22 53 26 44 54 76
Binary 11001000 10100101 1110010 0 10010 101011 10110 100100 101100 111110

Color Harmonies of #C8A572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A572

Black with #C8A572

Text Example


Text Example

White with #C8A572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A572; }

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

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

background-color css

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

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

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

border-color css

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

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

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