Html Css Color HEX #C2B0A0 Silk

📋 copy color: '#C2B0A0'

red 194 ◦ green 176 ◦ blue 160

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

Shades of Silk #C2B0A0

Tints of Silk #C2B0A0

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.21%

 BLUE value IS 160 (62.89% from 255) = 30.19%

R = 36.6%
G = 33.21%
B = 30.19%

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

#C2B0A0 (or 0xC2B0A0) is known color: Silk. HEX triplet: C2, B0 and A0. RGB value is (194,176,160). Sum of RGB (Red+Green+Blue) = 194+176+160=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 176 (69.14% from 255 or 33.21% from 530); Blue value is 160 (62.89% from 255 or 30.19% from 530); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B0A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B0A0 is #3D4F5F. Grayscale: #B3B3B3. Windows color (decimal): -4018016 or 10531010. OLE color: 10531010.

HSL color Cylindrical-coordinate representation of color #C2B0A0: hue angle of 28.24º 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 #C2B0A0 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 176 160 -
CMYK 0 0.09 0.18 0.24
HSL 28.24º 0.22% 0.69% -
HSV(B) 28.24º 0.18% 0.76% -
XYZ 44.12 45.06 39.63 -
YUV 179.56 116.96 138.3 -
System Red Green Blue C M Y K H S L
Decimal 194 176 160 0 0.09 0.18 0.24 28.24 0.22 0.69
Hex C2 B0 A0 0 9 12 18 1C 16 45
Octal 302 260 240 0 11 22 30 34 26 105
Binary 11000010 10110000 10100000 0 1001 10010 11000 11100 10110 1000101

Color Harmonies of #C2B0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B0A0

Black with #C2B0A0

Text Example


Text Example

White with #C2B0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B0A0; }

 p { color: rgb(194,176,160); }

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

background-color css

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

 a { background-color: rgb(194,176,160); }

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

border-color css

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

 span { border-color: rgb(194,176,160); }

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