Html Css Color HEX #C75B80 Cranberry

📋 copy color: '#C75B80'

red 199 ◦ green 91 ◦ blue 128

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

Shades of Cranberry #C75B80

Tints of Cranberry #C75B80

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.77%

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

R = 47.61%
G = 21.77%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C75B80 (or 0xC75B80) is known color: Cranberry. HEX triplet: C7, 5B and 80. RGB value is (199,91,128). Sum of RGB (Red+Green+Blue) = 199+91+128=418 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.61% from 418); Green value is 91 (35.94% from 255 or 21.77% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 199 - color contains mainly: red. Hex color #C75B80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75B80 is #38A47F. Grayscale: #7F7F7F. Windows color (decimal): -3712128 or 8412103. OLE color: 8412103.

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

Color convert

RGB 199 91 128 -
CMYK 0 0.54 0.36 0.22
HSL 339.44º 0.49% 0.57% -
HSV(B) 339.44º 0.54% 0.78% -
XYZ 31.19 21.18 22.87 -
YUV 127.51 128.28 178.99 -
System Red Green Blue C M Y K H S L
Decimal 199 91 128 0 0.54 0.36 0.22 339.44 0.49 0.57
Hex C7 5B 80 0 36 24 16 153 31 39
Octal 307 133 200 0 66 44 26 523 61 71
Binary 11000111 1011011 10000000 0 110110 100100 10110 101010011 110001 111001

Color Harmonies of #C75B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75B80

Black with #C75B80

Text Example


Text Example

White with #C75B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75B80; }

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

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

background-color css

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

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

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

border-color css

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

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

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