Html Css Color HEX #C6AA9A Silk

📋 copy color: '#C6AA9A'

red 198 ◦ green 170 ◦ blue 154

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

Shades of Silk #C6AA9A

Tints of Silk #C6AA9A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 32.57%

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

R = 37.93%
G = 32.57%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C6AA9A (or 0xC6AA9A) is known color: Silk. HEX triplet: C6, AA and 9A. RGB value is (198,170,154). Sum of RGB (Red+Green+Blue) = 198+170+154=522 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.93% from 522); Green value is 170 (66.80% from 255 or 32.57% from 522); Blue value is 154 (60.55% from 255 or 29.50% from 522); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AA9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AA9A is #395565. Grayscale: #B0B0B0. Windows color (decimal): -3757414 or 10136262. OLE color: 10136262.

HSL color Cylindrical-coordinate representation of color #C6AA9A: hue angle of 21.82º 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 #C6AA9A is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 170 154 -
CMYK 0 0.14 0.22 0.22
HSL 21.82º 0.28% 0.69% -
HSV(B) 21.82º 0.22% 0.78% -
XYZ 43.5 43.09 36.6 -
YUV 176.55 115.28 143.3 -
System Red Green Blue C M Y K H S L
Decimal 198 170 154 0 0.14 0.22 0.22 21.82 0.28 0.69
Hex C6 AA 9A 0 E 16 16 16 1C 45
Octal 306 252 232 0 16 26 26 26 34 105
Binary 11000110 10101010 10011010 0 1110 10110 10110 10110 11100 1000101

Color Harmonies of #C6AA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AA9A

Black with #C6AA9A

Text Example


Text Example

White with #C6AA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AA9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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