Html Css Color HEX #C0AD70 Putty

📋 copy color: '#C0AD70'

red 192 ◦ green 173 ◦ blue 112

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

Shades of Putty #C0AD70

Tints of Putty #C0AD70

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.27%

 BLUE value IS 112 (44.14% from 255) = 23.48%

R = 40.25%
G = 36.27%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C0AD70 (or 0xC0AD70) is known color: Putty. HEX triplet: C0, AD and 70. RGB value is (192,173,112). Sum of RGB (Red+Green+Blue) = 192+173+112=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 112 (44.14% from 255 or 23.48% from 477); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AD70 is #3F528F. Grayscale: #ABABAB. Windows color (decimal): -4149904 or 7384512. OLE color: 7384512.

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

Color convert

RGB 192 173 112 -
CMYK 0 0.10 0.42 0.25
HSL 45.75º 0.39% 0.6% -
HSV(B) 45.75º 0.42% 0.75% -
XYZ 39.61 42.26 21.4 -
YUV 171.73 94.29 142.46 -
System Red Green Blue C M Y K H S L
Decimal 192 173 112 0 0.10 0.42 0.25 45.75 0.39 0.6
Hex C0 AD 70 0 A 2A 19 2E 27 3C
Octal 300 255 160 0 12 52 31 56 47 74
Binary 11000000 10101101 1110000 0 1010 101010 11001 101110 100111 111100

Color Harmonies of #C0AD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AD70

Black with #C0AD70

Text Example


Text Example

White with #C0AD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AD70; }

 p { color: rgb(192,173,112); }

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

background-color css

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

 a { background-color: rgb(192,173,112); }

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

border-color css

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

 span { border-color: rgb(192,173,112); }

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