Html Css Color HEX #C3AB96 Silk

📋 copy color: '#C3AB96'

red 195 ◦ green 171 ◦ blue 150

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

Shades of Silk #C3AB96

Tints of Silk #C3AB96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.07%

R = 37.79%
G = 33.14%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C3AB96 (or 0xC3AB96) is known color: Silk. HEX triplet: C3, AB and 96. RGB value is (195,171,150). Sum of RGB (Red+Green+Blue) = 195+171+150=516 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.79% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 150 (58.98% from 255 or 29.07% from 516); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AB96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AB96 is #3C5469. Grayscale: #AFAFAF. Windows color (decimal): -3953770 or 9874371. OLE color: 9874371.

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

Color convert

RGB 195 171 150 -
CMYK 0 0.12 0.23 0.24
HSL 28º 0.27% 0.68% -
HSV(B) 28º 0.23% 0.76% -
XYZ 42.57 42.93 34.9 -
YUV 175.78 113.45 141.71 -
System Red Green Blue C M Y K H S L
Decimal 195 171 150 0 0.12 0.23 0.24 28 0.27 0.68
Hex C3 AB 96 0 C 17 18 1C 1B 44
Octal 303 253 226 0 14 27 30 34 33 104
Binary 11000011 10101011 10010110 0 1100 10111 11000 11100 11011 1000100

Color Harmonies of #C3AB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AB96

Black with #C3AB96

Text Example


Text Example

White with #C3AB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AB96; }

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

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

background-color css

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

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

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

border-color css

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

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

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