Html Css Color HEX #C75E80 Cranberry

📋 copy color: '#C75E80'

red 199 ◦ green 94 ◦ blue 128

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

Shades of Cranberry #C75E80

Tints of Cranberry #C75E80

RGB

 RED value IS 199 (78.13% from 255) = 47.27%

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

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

R = 47.27%
G = 22.33%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C75E80 (or 0xC75E80) is known color: Cranberry. HEX triplet: C7, 5E and 80. RGB value is (199,94,128). Sum of RGB (Red+Green+Blue) = 199+94+128=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 94 (37.11% from 255 or 22.33% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 199 - color contains mainly: red. Hex color #C75E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75E80 is #38A17F. Grayscale: #818181. Windows color (decimal): -3711360 or 8412871. OLE color: 8412871.

HSL color Cylindrical-coordinate representation of color #C75E80: hue angle of 340.57º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C75E80 is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 94 128 -
CMYK 0 0.53 0.36 0.22
HSL 340.57º 0.48% 0.57% -
HSV(B) 340.57º 0.53% 0.78% -
XYZ 31.45 21.71 22.95 -
YUV 129.27 127.29 177.74 -
System Red Green Blue C M Y K H S L
Decimal 199 94 128 0 0.53 0.36 0.22 340.57 0.48 0.57
Hex C7 5E 80 0 35 24 16 155 30 39
Octal 307 136 200 0 65 44 26 525 60 71
Binary 11000111 1011110 10000000 0 110101 100100 10110 101010101 110000 111001

Color Harmonies of #C75E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75E80

Black with #C75E80

Text Example


Text Example

White with #C75E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75E80; }

 p { color: rgb(199,94,128); }

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

background-color css

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

 a { background-color: rgb(199,94,128); }

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

border-color css

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

 span { border-color: rgb(199,94,128); }

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