Html Css Color HEX #C0A596 Silk

📋 copy color: '#C0A596'

red 192 ◦ green 165 ◦ blue 150

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

Shades of Silk #C0A596

Tints of Silk #C0A596

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.54%

 BLUE value IS 150 (58.98% from 255) = 29.59%

R = 37.87%
G = 32.54%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C0A596 (or 0xC0A596) is known color: Silk. HEX triplet: C0, A5 and 96. RGB value is (192,165,150). Sum of RGB (Red+Green+Blue) = 192+165+150=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 165 (64.84% from 255 or 32.54% from 507); Blue value is 150 (58.98% from 255 or 29.59% from 507); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A596 is #3F5A69. Grayscale: #ABABAB. Windows color (decimal): -4151914 or 9872832. OLE color: 9872832.

HSL color Cylindrical-coordinate representation of color #C0A596: hue angle of 21.43º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0A596 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 165 150 -
CMYK 0 0.14 0.22 0.25
HSL 21.43º 0.25% 0.67% -
HSV(B) 21.43º 0.22% 0.75% -
XYZ 40.7 40.32 34.49 -
YUV 171.36 115.95 142.72 -
System Red Green Blue C M Y K H S L
Decimal 192 165 150 0 0.14 0.22 0.25 21.43 0.25 0.67
Hex C0 A5 96 0 E 16 19 15 19 43
Octal 300 245 226 0 16 26 31 25 31 103
Binary 11000000 10100101 10010110 0 1110 10110 11001 10101 11001 1000011

Color Harmonies of #C0A596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A596

Black with #C0A596

Text Example


Text Example

White with #C0A596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A596; }

 p { color: rgb(192,165,150); }

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

background-color css

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

 a { background-color: rgb(192,165,150); }

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

border-color css

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

 span { border-color: rgb(192,165,150); }

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