Html Css Color HEX #C25D7F Tapestry

📋 copy color: '#C25D7F'

red 194 ◦ green 93 ◦ blue 127

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

Shades of Tapestry #C25D7F

Tints of Tapestry #C25D7F

RGB

 RED value IS 194 (76.17% from 255) = 46.86%

 GREEN value IS 93 (36.72% from 255) = 22.46%

 BLUE value IS 127 (50% from 255) = 30.68%

R = 46.86%
G = 22.46%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C25D7F (or 0xC25D7F) is known color: Tapestry. HEX triplet: C2, 5D and 7F. RGB value is (194,93,127). Sum of RGB (Red+Green+Blue) = 194+93+127=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 93 (36.72% from 255 or 22.46% from 414); Blue value is 127 (50% from 255 or 30.68% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C25D7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25D7F is #3DA280. Grayscale: #7F7F7F. Windows color (decimal): -4039297 or 8347074. OLE color: 8347074.

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

Color convert

RGB 194 93 127 -
CMYK 0 0.52 0.35 0.24
HSL 339.8º 0.45% 0.56% -
HSV(B) 339.8º 0.52% 0.76% -
XYZ 29.99 20.83 22.52 -
YUV 127.08 127.96 175.74 -
System Red Green Blue C M Y K H S L
Decimal 194 93 127 0 0.52 0.35 0.24 339.8 0.45 0.56
Hex C2 5D 7F 0 34 23 18 154 2D 38
Octal 302 135 177 0 64 43 30 524 55 70
Binary 11000010 1011101 1111111 0 110100 100011 11000 101010100 101101 111000

Color Harmonies of #C25D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25D7F

Black with #C25D7F

Text Example


Text Example

White with #C25D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25D7F; }

 p { color: rgb(194,93,127); }

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

background-color css

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

 a { background-color: rgb(194,93,127); }

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

border-color css

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

 span { border-color: rgb(194,93,127); }

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