Html Css Color HEX #C3697C Tapestry

📋 copy color: '#C3697C'

red 195 ◦ green 105 ◦ blue 124

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

Shades of Tapestry #C3697C

Tints of Tapestry #C3697C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.76%

 BLUE value IS 124 (48.83% from 255) = 29.25%

R = 45.99%
G = 24.76%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C3697C (or 0xC3697C) is known color: Tapestry. HEX triplet: C3, 69 and 7C. RGB value is (195,105,124). Sum of RGB (Red+Green+Blue) = 195+105+124=424 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.99% from 424); Green value is 105 (41.41% from 255 or 24.76% from 424); Blue value is 124 (48.83% from 255 or 29.25% from 424); Max value from RGB is 195 - color contains mainly: red. Hex color #C3697C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3697C is #3C9683. Grayscale: #868686. Windows color (decimal): -3970692 or 8153539. OLE color: 8153539.

HSL color Cylindrical-coordinate representation of color #C3697C: hue angle of 347.33º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C3697C is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 105 124 -
CMYK 0 0.46 0.36 0.24
HSL 347.33º 0.43% 0.59% -
HSV(B) 347.33º 0.46% 0.76% -
XYZ 31.2 23.16 21.9 -
YUV 134.08 122.32 171.46 -
System Red Green Blue C M Y K H S L
Decimal 195 105 124 0 0.46 0.36 0.24 347.33 0.43 0.59
Hex C3 69 7C 0 2E 24 18 15B 2B 3B
Octal 303 151 174 0 56 44 30 533 53 73
Binary 11000011 1101001 1111100 0 101110 100100 11000 101011011 101011 111011

Color Harmonies of #C3697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3697C

Black with #C3697C

Text Example


Text Example

White with #C3697C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3697C; }

 p { color: rgb(195,105,124); }

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

background-color css

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

 a { background-color: rgb(195,105,124); }

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

border-color css

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

 span { border-color: rgb(195,105,124); }

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