Html Css Color HEX #C25E82 Tapestry

📋 copy color: '#C25E82'

red 194 ◦ green 94 ◦ blue 130

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

Shades of Tapestry #C25E82

Tints of Tapestry #C25E82

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.49%

 BLUE value IS 130 (51.17% from 255) = 31.1%

R = 46.41%
G = 22.49%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C25E82 (or 0xC25E82) is known color: Tapestry. HEX triplet: C2, 5E and 82. RGB value is (194,94,130). Sum of RGB (Red+Green+Blue) = 194+94+130=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 94 (37.11% from 255 or 22.49% from 418); Blue value is 130 (51.17% from 255 or 31.10% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C25E82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25E82 is #3DA17D. Grayscale: #7F7F7F. Windows color (decimal): -4039038 or 8543938. OLE color: 8543938.

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

Color convert

RGB 194 94 130 -
CMYK 0 0.52 0.33 0.24
HSL 338.4º 0.45% 0.56% -
HSV(B) 338.4º 0.52% 0.76% -
XYZ 30.28 21.09 23.59 -
YUV 128 129.13 175.07 -
System Red Green Blue C M Y K H S L
Decimal 194 94 130 0 0.52 0.33 0.24 338.4 0.45 0.56
Hex C2 5E 82 0 34 21 18 152 2D 38
Octal 302 136 202 0 64 41 30 522 55 70
Binary 11000010 1011110 10000010 0 110100 100001 11000 101010010 101101 111000

Color Harmonies of #C25E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25E82

Black with #C25E82

Text Example


Text Example

White with #C25E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25E82; }

 p { color: rgb(194,94,130); }

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

background-color css

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

 a { background-color: rgb(194,94,130); }

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

border-color css

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

 span { border-color: rgb(194,94,130); }

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