Html Css Color HEX #C0AF9D Silk

📋 copy color: '#C0AF9D'

red 192 ◦ green 175 ◦ blue 157

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

Shades of Silk #C0AF9D

Tints of Silk #C0AF9D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.4%

 BLUE value IS 157 (61.72% from 255) = 29.96%

R = 36.64%
G = 33.4%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#C0AF9D (or 0xC0AF9D) is known color: Silk. HEX triplet: C0, AF and 9D. RGB value is (192,175,157). Sum of RGB (Red+Green+Blue) = 192+175+157=524 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.64% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 157 (61.72% from 255 or 29.96% from 524); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AF9D is #3F5062. Grayscale: #B2B2B2. Windows color (decimal): -4149347 or 10334144. OLE color: 10334144.

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

Color convert

RGB 192 175 157 -
CMYK 0 0.09 0.18 0.25
HSL 30.86º 0.22% 0.68% -
HSV(B) 30.86º 0.18% 0.75% -
XYZ 43.15 44.3 38.17 -
YUV 178.03 116.13 137.96 -
System Red Green Blue C M Y K H S L
Decimal 192 175 157 0 0.09 0.18 0.25 30.86 0.22 0.68
Hex C0 AF 9D 0 9 12 19 1F 16 44
Octal 300 257 235 0 11 22 31 37 26 104
Binary 11000000 10101111 10011101 0 1001 10010 11001 11111 10110 1000100

Color Harmonies of #C0AF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AF9D

Black with #C0AF9D

Text Example


Text Example

White with #C0AF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AF9D; }

 p { color: rgb(192,175,157); }

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

background-color css

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

 a { background-color: rgb(192,175,157); }

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

border-color css

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

 span { border-color: rgb(192,175,157); }

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