Html Css Color HEX #C95980 Cranberry

📋 copy color: '#C95980'

red 201 ◦ green 89 ◦ blue 128

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

Shades of Cranberry #C95980

Tints of Cranberry #C95980

RGB

 RED value IS 201 (78.91% from 255) = 48.09%

 GREEN value IS 89 (35.16% from 255) = 21.29%

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

R = 48.09%
G = 21.29%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#C95980 (or 0xC95980) is known color: Cranberry. HEX triplet: C9, 59 and 80. RGB value is (201,89,128). Sum of RGB (Red+Green+Blue) = 201+89+128=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 89 (35.16% from 255 or 21.29% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 201 - color contains mainly: red. Hex color #C95980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95980 is #36A67F. Grayscale: #7E7E7E. Windows color (decimal): -3581568 or 8411593. OLE color: 8411593.

HSL color Cylindrical-coordinate representation of color #C95980: hue angle of 339.11º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C95980 is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 89 128 -
CMYK 0 0.56 0.36 0.21
HSL 339.11º 0.51% 0.57% -
HSV(B) 339.11º 0.56% 0.79% -
XYZ 31.56 21.12 22.84 -
YUV 126.93 128.61 180.83 -
System Red Green Blue C M Y K H S L
Decimal 201 89 128 0 0.56 0.36 0.21 339.11 0.51 0.57
Hex C9 59 80 0 38 24 15 153 33 39
Octal 311 131 200 0 70 44 25 523 63 71
Binary 11001001 1011001 10000000 0 111000 100100 10101 101010011 110011 111001

Color Harmonies of #C95980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95980

Black with #C95980

Text Example


Text Example

White with #C95980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95980; }

 p { color: rgb(201,89,128); }

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

background-color css

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

 a { background-color: rgb(201,89,128); }

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

border-color css

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

 span { border-color: rgb(201,89,128); }

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