Html Css Color HEX #C6AC9A Silk

📋 copy color: '#C6AC9A'

red 198 ◦ green 172 ◦ blue 154

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

Shades of Silk #C6AC9A

Tints of Silk #C6AC9A

RGB

 RED value IS 198 (77.73% from 255) = 37.79%

 GREEN value IS 172 (67.58% from 255) = 32.82%

 BLUE value IS 154 (60.55% from 255) = 29.39%

R = 37.79%
G = 32.82%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C6AC9A (or 0xC6AC9A) is known color: Silk. HEX triplet: C6, AC and 9A. RGB value is (198,172,154). Sum of RGB (Red+Green+Blue) = 198+172+154=524 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.79% from 524); Green value is 172 (67.58% from 255 or 32.82% from 524); Blue value is 154 (60.55% from 255 or 29.39% from 524); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AC9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AC9A is #395365. Grayscale: #B1B1B1. Windows color (decimal): -3756902 or 10136774. OLE color: 10136774.

HSL color Cylindrical-coordinate representation of color #C6AC9A: hue angle of 24.55º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6AC9A is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 172 154 -
CMYK 0 0.13 0.22 0.22
HSL 24.55º 0.28% 0.69% -
HSV(B) 24.55º 0.22% 0.78% -
XYZ 43.87 43.84 36.72 -
YUV 177.72 114.61 142.46 -
System Red Green Blue C M Y K H S L
Decimal 198 172 154 0 0.13 0.22 0.22 24.55 0.28 0.69
Hex C6 AC 9A 0 D 16 16 19 1C 45
Octal 306 254 232 0 15 26 26 31 34 105
Binary 11000110 10101100 10011010 0 1101 10110 10110 11001 11100 1000101

Color Harmonies of #C6AC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AC9A

Black with #C6AC9A

Text Example


Text Example

White with #C6AC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AC9A; }

 p { color: rgb(198,172,154); }

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

background-color css

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

 a { background-color: rgb(198,172,154); }

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

border-color css

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

 span { border-color: rgb(198,172,154); }

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