Html Css Color HEX #C0A670 Putty

📋 copy color: '#C0A670'

red 192 ◦ green 166 ◦ blue 112

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

Shades of Putty #C0A670

Tints of Putty #C0A670

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.32%

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

R = 40.85%
G = 35.32%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C0A670 (or 0xC0A670) is known color: Putty. HEX triplet: C0, A6 and 70. RGB value is (192,166,112). Sum of RGB (Red+Green+Blue) = 192+166+112=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 166 (65.23% from 255 or 35.32% from 470); Blue value is 112 (44.14% from 255 or 23.83% from 470); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A670 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A670 is #3F598F. Grayscale: #A7A7A7. Windows color (decimal): -4151696 or 7382720. OLE color: 7382720.

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

Color convert

RGB 192 166 112 -
CMYK 0 0.14 0.42 0.25
HSL 40.5º 0.39% 0.6% -
HSV(B) 40.5º 0.42% 0.75% -
XYZ 38.3 39.65 20.96 -
YUV 167.62 96.61 145.39 -
System Red Green Blue C M Y K H S L
Decimal 192 166 112 0 0.14 0.42 0.25 40.5 0.39 0.6
Hex C0 A6 70 0 E 2A 19 28 27 3C
Octal 300 246 160 0 16 52 31 50 47 74
Binary 11000000 10100110 1110000 0 1110 101010 11001 101000 100111 111100

Color Harmonies of #C0A670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A670

Black with #C0A670

Text Example


Text Example

White with #C0A670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A670; }

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

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

background-color css

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

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

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

border-color css

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

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

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