Html Css Color HEX #C0A872 Putty

📋 copy color: '#C0A872'

red 192 ◦ green 168 ◦ blue 114

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

Shades of Putty #C0A872

Tints of Putty #C0A872

RGB

 RED value IS 192 (75.39% from 255) = 40.51%

 GREEN value IS 168 (66.02% from 255) = 35.44%

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

R = 40.51%
G = 35.44%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C0A872 (or 0xC0A872) is known color: Putty. HEX triplet: C0, A8 and 72. RGB value is (192,168,114). Sum of RGB (Red+Green+Blue) = 192+168+114=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 168 (66.02% from 255 or 35.44% from 474); Blue value is 114 (44.92% from 255 or 24.05% from 474); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A872 is #3F578D. Grayscale: #A9A9A9. Windows color (decimal): -4151182 or 7514304. OLE color: 7514304.

HSL color Cylindrical-coordinate representation of color #C0A872: hue angle of 41.54º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C0A872 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 168 114 -
CMYK 0 0.12 0.41 0.25
HSL 41.54º 0.38% 0.6% -
HSV(B) 41.54º 0.41% 0.75% -
XYZ 38.78 40.43 21.68 -
YUV 169.02 96.95 144.39 -
System Red Green Blue C M Y K H S L
Decimal 192 168 114 0 0.12 0.41 0.25 41.54 0.38 0.6
Hex C0 A8 72 0 C 29 19 2A 26 3C
Octal 300 250 162 0 14 51 31 52 46 74
Binary 11000000 10101000 1110010 0 1100 101001 11001 101010 100110 111100

Color Harmonies of #C0A872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A872

Black with #C0A872

Text Example


Text Example

White with #C0A872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A872; }

 p { color: rgb(192,168,114); }

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

background-color css

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

 a { background-color: rgb(192,168,114); }

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

border-color css

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

 span { border-color: rgb(192,168,114); }

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