Html Css Color HEX #C3AFA5 Silk

📋 copy color: '#C3AFA5'

red 195 ◦ green 175 ◦ blue 165

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

Shades of Silk #C3AFA5

Tints of Silk #C3AFA5

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.71%

 BLUE value IS 165 (64.84% from 255) = 30.84%

R = 36.45%
G = 32.71%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C3AFA5 (or 0xC3AFA5) is known color: Silk. HEX triplet: C3, AF and A5. RGB value is (195,175,165). Sum of RGB (Red+Green+Blue) = 195+175+165=535 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.45% from 535); Green value is 175 (68.75% from 255 or 32.71% from 535); Blue value is 165 (64.84% from 255 or 30.84% from 535); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AFA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AFA5 is #3C505A. Grayscale: #B3B3B3. Windows color (decimal): -3952731 or 10858435. OLE color: 10858435.

HSL color Cylindrical-coordinate representation of color #C3AFA5: hue angle of 20º degrees, saturation: 0.2, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C3AFA5 is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 175 165 -
CMYK 0 0.10 0.15 0.24
HSL 20º 0.2% 0.71% -
HSV(B) 20º 0.15% 0.76% -
XYZ 44.63 44.98 41.93 -
YUV 179.84 119.63 138.81 -
System Red Green Blue C M Y K H S L
Decimal 195 175 165 0 0.10 0.15 0.24 20 0.2 0.71
Hex C3 AF A5 0 A F 18 14 14 47
Octal 303 257 245 0 12 17 30 24 24 107
Binary 11000011 10101111 10100101 0 1010 1111 11000 10100 10100 1000111

Color Harmonies of #C3AFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AFA5

Black with #C3AFA5

Text Example


Text Example

White with #C3AFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AFA5; }

 p { color: rgb(195,175,165); }

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

background-color css

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

 a { background-color: rgb(195,175,165); }

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

border-color css

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

 span { border-color: rgb(195,175,165); }

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