Html Css Color HEX #C25F7E Tapestry

📋 copy color: '#C25F7E'

red 194 ◦ green 95 ◦ blue 126

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

Shades of Tapestry #C25F7E

Tints of Tapestry #C25F7E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.89%

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

R = 46.75%
G = 22.89%
B = 30.36%

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

#C25F7E (or 0xC25F7E) is known color: Tapestry. HEX triplet: C2, 5F and 7E. RGB value is (194,95,126). Sum of RGB (Red+Green+Blue) = 194+95+126=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 95 (37.5% from 255 or 22.89% from 415); Blue value is 126 (49.61% from 255 or 30.36% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25F7E is #3DA081. Grayscale: #808080. Windows color (decimal): -4038786 or 8282050. OLE color: 8282050.

HSL color Cylindrical-coordinate representation of color #C25F7E: hue angle of 341.21º 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 #C25F7E is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 95 126 -
CMYK 0 0.51 0.35 0.24
HSL 341.21º 0.45% 0.57% -
HSV(B) 341.21º 0.51% 0.76% -
XYZ 30.11 21.16 22.24 -
YUV 128.14 126.8 174.98 -
System Red Green Blue C M Y K H S L
Decimal 194 95 126 0 0.51 0.35 0.24 341.21 0.45 0.57
Hex C2 5F 7E 0 33 23 18 155 2D 39
Octal 302 137 176 0 63 43 30 525 55 71
Binary 11000010 1011111 1111110 0 110011 100011 11000 101010101 101101 111001

Color Harmonies of #C25F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25F7E

Black with #C25F7E

Text Example


Text Example

White with #C25F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25F7E; }

 p { color: rgb(194,95,126); }

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

background-color css

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

 a { background-color: rgb(194,95,126); }

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

border-color css

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

 span { border-color: rgb(194,95,126); }

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