Html Css Color HEX #C75A80 Cranberry

📋 copy color: '#C75A80'

red 199 ◦ green 90 ◦ blue 128

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

Shades of Cranberry #C75A80

Tints of Cranberry #C75A80

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.58%

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

R = 47.72%
G = 21.58%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C75A80 (or 0xC75A80) is known color: Cranberry. HEX triplet: C7, 5A and 80. RGB value is (199,90,128). Sum of RGB (Red+Green+Blue) = 199+90+128=417 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.72% from 417); Green value is 90 (35.55% from 255 or 21.58% from 417); Blue value is 128 (50.39% from 255 or 30.70% from 417); Max value from RGB is 199 - color contains mainly: red. Hex color #C75A80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75A80 is #38A57F. Grayscale: #7E7E7E. Windows color (decimal): -3712384 or 8411847. OLE color: 8411847.

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

Color convert

RGB 199 90 128 -
CMYK 0 0.55 0.36 0.22
HSL 339.08º 0.49% 0.57% -
HSV(B) 339.08º 0.55% 0.78% -
XYZ 31.11 21.01 22.84 -
YUV 126.92 128.61 179.41 -
System Red Green Blue C M Y K H S L
Decimal 199 90 128 0 0.55 0.36 0.22 339.08 0.49 0.57
Hex C7 5A 80 0 37 24 16 153 31 39
Octal 307 132 200 0 67 44 26 523 61 71
Binary 11000111 1011010 10000000 0 110111 100100 10110 101010011 110001 111001

Color Harmonies of #C75A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75A80

Black with #C75A80

Text Example


Text Example

White with #C75A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75A80; }

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

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

background-color css

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

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

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

border-color css

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

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

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