Html Css Color HEX #C0A970 Putty

📋 copy color: '#C0A970'

red 192 ◦ green 169 ◦ blue 112

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

Shades of Putty #C0A970

Tints of Putty #C0A970

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.73%

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

R = 40.59%
G = 35.73%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C0A970 (or 0xC0A970) is known color: Putty. HEX triplet: C0, A9 and 70. RGB value is (192,169,112). Sum of RGB (Red+Green+Blue) = 192+169+112=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 169 (66.41% from 255 or 35.73% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A970 is #3F568F. Grayscale: #A9A9A9. Windows color (decimal): -4150928 or 7383488. OLE color: 7383488.

HSL color Cylindrical-coordinate representation of color #C0A970: hue angle of 42.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 #C0A970 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 169 112 -
CMYK 0 0.12 0.42 0.25
HSL 42.75º 0.39% 0.6% -
HSV(B) 42.75º 0.42% 0.75% -
XYZ 38.85 40.75 21.15 -
YUV 169.38 95.62 144.13 -
System Red Green Blue C M Y K H S L
Decimal 192 169 112 0 0.12 0.42 0.25 42.75 0.39 0.6
Hex C0 A9 70 0 C 2A 19 2B 27 3C
Octal 300 251 160 0 14 52 31 53 47 74
Binary 11000000 10101001 1110000 0 1100 101010 11001 101011 100111 111100

Color Harmonies of #C0A970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A970

Black with #C0A970

Text Example


Text Example

White with #C0A970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A970; }

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

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

background-color css

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

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

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

border-color css

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

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

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