Html Css Color HEX #C0A774 Putty

📋 copy color: '#C0A774'

red 192 ◦ green 167 ◦ blue 116

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

Shades of Putty #C0A774

Tints of Putty #C0A774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.42%

R = 40.42%
G = 35.16%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C0A774 (or 0xC0A774) is known color: Putty. HEX triplet: C0, A7 and 74. RGB value is (192,167,116). Sum of RGB (Red+Green+Blue) = 192+167+116=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 167 (65.62% from 255 or 35.16% from 475); Blue value is 116 (45.70% from 255 or 24.42% from 475); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A774 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A774 is #3F588B. Grayscale: #A8A8A8. Windows color (decimal): -4151436 or 7645120. OLE color: 7645120.

HSL color Cylindrical-coordinate representation of color #C0A774: hue angle of 40.26º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C0A774 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 167 116 -
CMYK 0 0.13 0.40 0.25
HSL 40.26º 0.38% 0.6% -
HSV(B) 40.26º 0.4% 0.75% -
XYZ 38.71 40.1 22.22 -
YUV 168.66 98.28 144.65 -
System Red Green Blue C M Y K H S L
Decimal 192 167 116 0 0.13 0.40 0.25 40.26 0.38 0.6
Hex C0 A7 74 0 D 28 19 28 26 3C
Octal 300 247 164 0 15 50 31 50 46 74
Binary 11000000 10100111 1110100 0 1101 101000 11001 101000 100110 111100

Color Harmonies of #C0A774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A774

Black with #C0A774

Text Example


Text Example

White with #C0A774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A774; }

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

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

background-color css

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

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

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

border-color css

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

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

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