Html Css Color HEX #C25F82 Tapestry

📋 copy color: '#C25F82'

red 194 ◦ green 95 ◦ blue 130

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

Shades of Tapestry #C25F82

Tints of Tapestry #C25F82

RGB

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

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

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

R = 46.3%
G = 22.67%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C25F82 (or 0xC25F82) is known color: Tapestry. HEX triplet: C2, 5F and 82. RGB value is (194,95,130). Sum of RGB (Red+Green+Blue) = 194+95+130=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 95 (37.5% from 255 or 22.67% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25F82 is #3DA07D. Grayscale: #808080. Windows color (decimal): -4038782 or 8544194. OLE color: 8544194.

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

Color convert

RGB 194 95 130 -
CMYK 0 0.51 0.33 0.24
HSL 338.79º 0.45% 0.57% -
HSV(B) 338.79º 0.51% 0.76% -
XYZ 30.37 21.27 23.62 -
YUV 128.59 128.8 174.65 -
System Red Green Blue C M Y K H S L
Decimal 194 95 130 0 0.51 0.33 0.24 338.79 0.45 0.57
Hex C2 5F 82 0 33 21 18 153 2D 39
Octal 302 137 202 0 63 41 30 523 55 71
Binary 11000010 1011111 10000010 0 110011 100001 11000 101010011 101101 111001

Color Harmonies of #C25F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25F82

Black with #C25F82

Text Example


Text Example

White with #C25F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25F82; }

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

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

background-color css

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

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

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

border-color css

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

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

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