Html Css Color HEX #C3607E Tapestry

📋 copy color: '#C3607E'

red 195 ◦ green 96 ◦ blue 126

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

Shades of Tapestry #C3607E

Tints of Tapestry #C3607E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.02%

 BLUE value IS 126 (49.61% from 255) = 30.22%

R = 46.76%
G = 23.02%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C3607E (or 0xC3607E) is known color: Tapestry. HEX triplet: C3, 60 and 7E. RGB value is (195,96,126). Sum of RGB (Red+Green+Blue) = 195+96+126=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 195 - color contains mainly: red. Hex color #C3607E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3607E is #3C9F81. Grayscale: #818181. Windows color (decimal): -3972994 or 8282307. OLE color: 8282307.

HSL color Cylindrical-coordinate representation of color #C3607E: hue angle of 341.82º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C3607E is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 96 126 -
CMYK 0 0.51 0.35 0.24
HSL 341.82º 0.45% 0.57% -
HSV(B) 341.82º 0.51% 0.76% -
XYZ 30.45 21.47 22.28 -
YUV 129.02 126.3 175.06 -
System Red Green Blue C M Y K H S L
Decimal 195 96 126 0 0.51 0.35 0.24 341.82 0.45 0.57
Hex C3 60 7E 0 33 23 18 156 2D 39
Octal 303 140 176 0 63 43 30 526 55 71
Binary 11000011 1100000 1111110 0 110011 100011 11000 101010110 101101 111001

Color Harmonies of #C3607E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3607E

Black with #C3607E

Text Example


Text Example

White with #C3607E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3607E; }

 p { color: rgb(195,96,126); }

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

background-color css

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

 a { background-color: rgb(195,96,126); }

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

border-color css

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

 span { border-color: rgb(195,96,126); }

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