Html Css Color HEX #C0AC72 Putty

📋 copy color: '#C0AC72'

red 192 ◦ green 172 ◦ blue 114

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

Shades of Putty #C0AC72

Tints of Putty #C0AC72

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.98%

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

R = 40.17%
G = 35.98%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C0AC72 (or 0xC0AC72) is known color: Putty. HEX triplet: C0, AC and 72. RGB value is (192,172,114). Sum of RGB (Red+Green+Blue) = 192+172+114=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 114 (44.92% from 255 or 23.85% from 478); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AC72 is #3F538D. Grayscale: #ABABAB. Windows color (decimal): -4150158 or 7515328. OLE color: 7515328.

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

Color convert

RGB 192 172 114 -
CMYK 0 0.10 0.41 0.25
HSL 44.62º 0.38% 0.6% -
HSV(B) 44.62º 0.41% 0.75% -
XYZ 39.53 41.93 21.93 -
YUV 171.37 95.63 142.72 -
System Red Green Blue C M Y K H S L
Decimal 192 172 114 0 0.10 0.41 0.25 44.62 0.38 0.6
Hex C0 AC 72 0 A 29 19 2D 26 3C
Octal 300 254 162 0 12 51 31 55 46 74
Binary 11000000 10101100 1110010 0 1010 101001 11001 101101 100110 111100

Color Harmonies of #C0AC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AC72

Black with #C0AC72

Text Example


Text Example

White with #C0AC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AC72; }

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

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

background-color css

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

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

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

border-color css

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

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

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