Html Css Color HEX #C2B19F Silk

📋 copy color: '#C2B19F'

red 194 ◦ green 177 ◦ blue 159

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

Shades of Silk #C2B19F

Tints of Silk #C2B19F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.4%

 BLUE value IS 159 (62.5% from 255) = 30%

R = 36.6%
G = 33.4%
B = 30%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C2B19F (or 0xC2B19F) is known color: Silk. HEX triplet: C2, B1 and 9F. RGB value is (194,177,159). Sum of RGB (Red+Green+Blue) = 194+177+159=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 177 (69.53% from 255 or 33.40% from 530); Blue value is 159 (62.5% from 255 or 30% from 530); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B19F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B19F is #3D4E60. Grayscale: #B4B4B4. Windows color (decimal): -4017761 or 10465730. OLE color: 10465730.

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

Color convert

RGB 194 177 159 -
CMYK 0 0.09 0.18 0.24
HSL 30.86º 0.22% 0.69% -
HSV(B) 30.86º 0.18% 0.76% -
XYZ 44.23 45.42 39.24 -
YUV 180.03 116.13 137.96 -
System Red Green Blue C M Y K H S L
Decimal 194 177 159 0 0.09 0.18 0.24 30.86 0.22 0.69
Hex C2 B1 9F 0 9 12 18 1F 16 45
Octal 302 261 237 0 11 22 30 37 26 105
Binary 11000010 10110001 10011111 0 1001 10010 11000 11111 10110 1000101

Color Harmonies of #C2B19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B19F

Black with #C2B19F

Text Example


Text Example

White with #C2B19F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B19F; }

 p { color: rgb(194,177,159); }

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

background-color css

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

 a { background-color: rgb(194,177,159); }

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

border-color css

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

 span { border-color: rgb(194,177,159); }

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