Html Css Color HEX #C0A875 Putty

📋 copy color: '#C0A875'

red 192 ◦ green 168 ◦ blue 117

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

Shades of Putty #C0A875

Tints of Putty #C0A875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.53%

R = 40.25%
G = 35.22%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C0A875 (or 0xC0A875) is known color: Putty. HEX triplet: C0, A8 and 75. RGB value is (192,168,117). Sum of RGB (Red+Green+Blue) = 192+168+117=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 168 (66.02% from 255 or 35.22% from 477); Blue value is 117 (46.09% from 255 or 24.53% from 477); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A875 is #3F578A. Grayscale: #A9A9A9. Windows color (decimal): -4151179 or 7710912. OLE color: 7710912.

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

Color convert

RGB 192 168 117 -
CMYK 0 0.12 0.39 0.25
HSL 40.8º 0.37% 0.61% -
HSV(B) 40.8º 0.39% 0.75% -
XYZ 38.95 40.5 22.59 -
YUV 169.36 98.45 144.15 -
System Red Green Blue C M Y K H S L
Decimal 192 168 117 0 0.12 0.39 0.25 40.8 0.37 0.61
Hex C0 A8 75 0 C 27 19 29 25 3D
Octal 300 250 165 0 14 47 31 51 45 75
Binary 11000000 10101000 1110101 0 1100 100111 11001 101001 100101 111101

Color Harmonies of #C0A875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A875

Black with #C0A875

Text Example


Text Example

White with #C0A875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A875; }

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

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

background-color css

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

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

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

border-color css

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

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

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