Html Css Color HEX #C2A998 Silk

📋 copy color: '#C2A998'

red 194 ◦ green 169 ◦ blue 152

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

Shades of Silk #C2A998

Tints of Silk #C2A998

RGB

 RED value IS 194 (76.17% from 255) = 37.67%

 GREEN value IS 169 (66.41% from 255) = 32.82%

 BLUE value IS 152 (59.77% from 255) = 29.51%

R = 37.67%
G = 32.82%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C2A998 (or 0xC2A998) is known color: Silk. HEX triplet: C2, A9 and 98. RGB value is (194,169,152). Sum of RGB (Red+Green+Blue) = 194+169+152=515 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.67% from 515); Green value is 169 (66.41% from 255 or 32.82% from 515); Blue value is 152 (59.77% from 255 or 29.51% from 515); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A998 is #3D5667. Grayscale: #AEAEAE. Windows color (decimal): -4019816 or 10004930. OLE color: 10004930.

HSL color Cylindrical-coordinate representation of color #C2A998: hue angle of 24.29º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2A998 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 169 152 -
CMYK 0 0.13 0.22 0.24
HSL 24.29º 0.26% 0.68% -
HSV(B) 24.29º 0.22% 0.76% -
XYZ 42.1 42.11 35.62 -
YUV 174.54 115.28 141.88 -
System Red Green Blue C M Y K H S L
Decimal 194 169 152 0 0.13 0.22 0.24 24.29 0.26 0.68
Hex C2 A9 98 0 D 16 18 18 1A 44
Octal 302 251 230 0 15 26 30 30 32 104
Binary 11000010 10101001 10011000 0 1101 10110 11000 11000 11010 1000100

Color Harmonies of #C2A998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A998

Black with #C2A998

Text Example


Text Example

White with #C2A998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A998; }

 p { color: rgb(194,169,152); }

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

background-color css

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

 a { background-color: rgb(194,169,152); }

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

border-color css

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

 span { border-color: rgb(194,169,152); }

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