Html Css Color HEX #C0A772 Putty

📋 copy color: '#C0A772'

red 192 ◦ green 167 ◦ blue 114

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

Shades of Putty #C0A772

Tints of Putty #C0A772

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.31%

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

R = 40.59%
G = 35.31%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C0A772 (or 0xC0A772) is known color: Putty. HEX triplet: C0, A7 and 72. RGB value is (192,167,114). Sum of RGB (Red+Green+Blue) = 192+167+114=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 167 (65.62% from 255 or 35.31% from 473); Blue value is 114 (44.92% from 255 or 24.10% from 473); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A772 is #3F588D. Grayscale: #A8A8A8. Windows color (decimal): -4151438 or 7514048. OLE color: 7514048.

HSL color Cylindrical-coordinate representation of color #C0A772: hue angle of 40.77º 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 #C0A772 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 167 114 -
CMYK 0 0.13 0.41 0.25
HSL 40.77º 0.38% 0.6% -
HSV(B) 40.77º 0.41% 0.75% -
XYZ 38.59 40.06 21.62 -
YUV 168.43 97.28 144.81 -
System Red Green Blue C M Y K H S L
Decimal 192 167 114 0 0.13 0.41 0.25 40.77 0.38 0.6
Hex C0 A7 72 0 D 29 19 29 26 3C
Octal 300 247 162 0 15 51 31 51 46 74
Binary 11000000 10100111 1110010 0 1101 101001 11001 101001 100110 111100

Color Harmonies of #C0A772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A772

Black with #C0A772

Text Example


Text Example

White with #C0A772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A772; }

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

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

background-color css

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

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

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

border-color css

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

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

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