Html Css Color HEX #C3AB9F Silk

📋 copy color: '#C3AB9F'

red 195 ◦ green 171 ◦ blue 159

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

Shades of Silk #C3AB9F

Tints of Silk #C3AB9F

RGB

 RED value IS 195 (76.56% from 255) = 37.14%

 GREEN value IS 171 (67.19% from 255) = 32.57%

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

R = 37.14%
G = 32.57%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C3AB9F (or 0xC3AB9F) is known color: Silk. HEX triplet: C3, AB and 9F. RGB value is (195,171,159). Sum of RGB (Red+Green+Blue) = 195+171+159=525 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.14% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 159 (62.5% from 255 or 30.29% from 525); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AB9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AB9F is #3C5460. Grayscale: #B0B0B0. Windows color (decimal): -3953761 or 10464195. OLE color: 10464195.

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

Color convert

RGB 195 171 159 -
CMYK 0 0.12 0.18 0.24
HSL 20º 0.23% 0.69% -
HSV(B) 20º 0.18% 0.76% -
XYZ 43.33 43.23 38.86 -
YUV 176.81 117.95 140.98 -
System Red Green Blue C M Y K H S L
Decimal 195 171 159 0 0.12 0.18 0.24 20 0.23 0.69
Hex C3 AB 9F 0 C 12 18 14 17 45
Octal 303 253 237 0 14 22 30 24 27 105
Binary 11000011 10101011 10011111 0 1100 10010 11000 10100 10111 1000101

Color Harmonies of #C3AB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AB9F

Black with #C3AB9F

Text Example


Text Example

White with #C3AB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AB9F; }

 p { color: rgb(195,171,159); }

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

background-color css

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

 a { background-color: rgb(195,171,159); }

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

border-color css

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

 span { border-color: rgb(195,171,159); }

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