Html Css Color HEX #C2A99C Silk

📋 copy color: '#C2A99C'

red 194 ◦ green 169 ◦ blue 156

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

Shades of Silk #C2A99C

Tints of Silk #C2A99C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 30.06%

R = 37.38%
G = 32.56%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C2A99C (or 0xC2A99C) is known color: Silk. HEX triplet: C2, A9 and 9C. RGB value is (194,169,156). Sum of RGB (Red+Green+Blue) = 194+169+156=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 169 (66.41% from 255 or 32.56% from 519); Blue value is 156 (61.33% from 255 or 30.06% from 519); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A99C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A99C is #3D5663. Grayscale: #AFAFAF. Windows color (decimal): -4019812 or 10267074. OLE color: 10267074.

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

Color convert

RGB 194 169 156 -
CMYK 0 0.13 0.20 0.24
HSL 20.53º 0.24% 0.69% -
HSV(B) 20.53º 0.2% 0.76% -
XYZ 42.44 42.25 37.37 -
YUV 174.99 117.28 141.56 -
System Red Green Blue C M Y K H S L
Decimal 194 169 156 0 0.13 0.20 0.24 20.53 0.24 0.69
Hex C2 A9 9C 0 D 14 18 15 18 45
Octal 302 251 234 0 15 24 30 25 30 105
Binary 11000010 10101001 10011100 0 1101 10100 11000 10101 11000 1000101

Color Harmonies of #C2A99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A99C

Black with #C2A99C

Text Example


Text Example

White with #C2A99C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A99C; }

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

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

background-color css

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

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

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

border-color css

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

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

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