Html Css Color HEX #C3647D Tapestry

📋 copy color: '#C3647D'

red 195 ◦ green 100 ◦ blue 125

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

Shades of Tapestry #C3647D

Tints of Tapestry #C3647D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.81%

 BLUE value IS 125 (49.22% from 255) = 29.76%

R = 46.43%
G = 23.81%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C3647D (or 0xC3647D) is known color: Tapestry. HEX triplet: C3, 64 and 7D. RGB value is (195,100,125). Sum of RGB (Red+Green+Blue) = 195+100+125=420 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.43% from 420); Green value is 100 (39.45% from 255 or 23.81% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 195 - color contains mainly: red. Hex color #C3647D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3647D is #3C9B82. Grayscale: #838383. Windows color (decimal): -3971971 or 8217795. OLE color: 8217795.

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

Color convert

RGB 195 100 125 -
CMYK 0 0.49 0.36 0.24
HSL 344.21º 0.44% 0.58% -
HSV(B) 344.21º 0.49% 0.76% -
XYZ 30.76 22.2 22.07 -
YUV 131.26 124.47 173.47 -
System Red Green Blue C M Y K H S L
Decimal 195 100 125 0 0.49 0.36 0.24 344.21 0.44 0.58
Hex C3 64 7D 0 31 24 18 158 2C 3A
Octal 303 144 175 0 61 44 30 530 54 72
Binary 11000011 1100100 1111101 0 110001 100100 11000 101011000 101100 111010

Color Harmonies of #C3647D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3647D

Black with #C3647D

Text Example


Text Example

White with #C3647D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3647D; }

 p { color: rgb(195,100,125); }

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

background-color css

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

 a { background-color: rgb(195,100,125); }

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

border-color css

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

 span { border-color: rgb(195,100,125); }

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