Html Css Color HEX #C25D80 Tapestry

📋 copy color: '#C25D80'

red 194 ◦ green 93 ◦ blue 128

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

Shades of Tapestry #C25D80

Tints of Tapestry #C25D80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 30.84%

R = 46.75%
G = 22.41%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C25D80 (or 0xC25D80) is known color: Tapestry. HEX triplet: C2, 5D and 80. RGB value is (194,93,128). Sum of RGB (Red+Green+Blue) = 194+93+128=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 93 (36.72% from 255 or 22.41% from 415); Blue value is 128 (50.39% from 255 or 30.84% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C25D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25D80 is #3DA27F. Grayscale: #7F7F7F. Windows color (decimal): -4039296 or 8412610. OLE color: 8412610.

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

Color convert

RGB 194 93 128 -
CMYK 0 0.52 0.34 0.24
HSL 339.21º 0.45% 0.56% -
HSV(B) 339.21º 0.52% 0.76% -
XYZ 30.06 20.86 22.86 -
YUV 127.19 128.46 175.65 -
System Red Green Blue C M Y K H S L
Decimal 194 93 128 0 0.52 0.34 0.24 339.21 0.45 0.56
Hex C2 5D 80 0 34 22 18 153 2D 38
Octal 302 135 200 0 64 42 30 523 55 70
Binary 11000010 1011101 10000000 0 110100 100010 11000 101010011 101101 111000

Color Harmonies of #C25D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25D80

Black with #C25D80

Text Example


Text Example

White with #C25D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25D80; }

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

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

background-color css

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

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

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

border-color css

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

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

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