Html Css Color HEX #C0A874 Putty

📋 copy color: '#C0A874'

red 192 ◦ green 168 ◦ blue 116

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

Shades of Putty #C0A874

Tints of Putty #C0A874

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.29%

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

R = 40.34%
G = 35.29%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C0A874 (or 0xC0A874) is known color: Putty. HEX triplet: C0, A8 and 74. RGB value is (192,168,116). Sum of RGB (Red+Green+Blue) = 192+168+116=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 116 (45.70% from 255 or 24.37% from 476); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A874 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A874 is #3F578B. Grayscale: #A9A9A9. Windows color (decimal): -4151180 or 7645376. OLE color: 7645376.

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

Color convert

RGB 192 168 116 -
CMYK 0 0.12 0.40 0.25
HSL 41.05º 0.38% 0.6% -
HSV(B) 41.05º 0.4% 0.75% -
XYZ 38.89 40.47 22.29 -
YUV 169.25 97.95 144.23 -
System Red Green Blue C M Y K H S L
Decimal 192 168 116 0 0.12 0.40 0.25 41.05 0.38 0.6
Hex C0 A8 74 0 C 28 19 29 26 3C
Octal 300 250 164 0 14 50 31 51 46 74
Binary 11000000 10101000 1110100 0 1100 101000 11001 101001 100110 111100

Color Harmonies of #C0A874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A874

Black with #C0A874

Text Example


Text Example

White with #C0A874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A874; }

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

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

background-color css

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

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

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

border-color css

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

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

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