Html Css Color HEX #C3A794 Silk

📋 copy color: '#C3A794'

red 195 ◦ green 167 ◦ blue 148

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

Shades of Silk #C3A794

Tints of Silk #C3A794

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.75%

 BLUE value IS 148 (58.2% from 255) = 29.02%

R = 38.24%
G = 32.75%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C3A794 (or 0xC3A794) is known color: Silk. HEX triplet: C3, A7 and 94. RGB value is (195,167,148). Sum of RGB (Red+Green+Blue) = 195+167+148=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 167 (65.62% from 255 or 32.75% from 510); Blue value is 148 (58.20% from 255 or 29.02% from 510); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A794 is #3C586B. Grayscale: #ADADAD. Windows color (decimal): -3954796 or 9742275. OLE color: 9742275.

HSL color Cylindrical-coordinate representation of color #C3A794: hue angle of 24.26º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C3A794 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 167 148 -
CMYK 0 0.14 0.24 0.24
HSL 24.26º 0.28% 0.67% -
HSV(B) 24.26º 0.24% 0.76% -
XYZ 41.67 41.38 33.81 -
YUV 173.21 113.78 143.54 -
System Red Green Blue C M Y K H S L
Decimal 195 167 148 0 0.14 0.24 0.24 24.26 0.28 0.67
Hex C3 A7 94 0 E 18 18 18 1C 43
Octal 303 247 224 0 16 30 30 30 34 103
Binary 11000011 10100111 10010100 0 1110 11000 11000 11000 11100 1000011

Color Harmonies of #C3A794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A794

Black with #C3A794

Text Example


Text Example

White with #C3A794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A794; }

 p { color: rgb(195,167,148); }

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

background-color css

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

 a { background-color: rgb(195,167,148); }

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

border-color css

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

 span { border-color: rgb(195,167,148); }

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