Html Css Color HEX #C95880 Cranberry

📋 copy color: '#C95880'

red 201 ◦ green 88 ◦ blue 128

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

Shades of Cranberry #C95880

Tints of Cranberry #C95880

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.1%

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

R = 48.2%
G = 21.1%
B = 30.7%

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

#C95880 (or 0xC95880) is known color: Cranberry. HEX triplet: C9, 58 and 80. RGB value is (201,88,128). Sum of RGB (Red+Green+Blue) = 201+88+128=417 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.20% from 417); Green value is 88 (34.77% from 255 or 21.10% from 417); Blue value is 128 (50.39% from 255 or 30.70% from 417); Max value from RGB is 201 - color contains mainly: red. Hex color #C95880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95880 is #36A77F. Grayscale: #7E7E7E. Windows color (decimal): -3581824 or 8411337. OLE color: 8411337.

HSL color Cylindrical-coordinate representation of color #C95880: hue angle of 338.76º 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 #C95880 is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 88 128 -
CMYK 0 0.56 0.36 0.21
HSL 338.76º 0.51% 0.57% -
HSV(B) 338.76º 0.56% 0.79% -
XYZ 31.47 20.96 22.81 -
YUV 126.35 128.94 181.25 -
System Red Green Blue C M Y K H S L
Decimal 201 88 128 0 0.56 0.36 0.21 338.76 0.51 0.57
Hex C9 58 80 0 38 24 15 153 33 39
Octal 311 130 200 0 70 44 25 523 63 71
Binary 11001001 1011000 10000000 0 111000 100100 10101 101010011 110011 111001

Color Harmonies of #C95880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95880

Black with #C95880

Text Example


Text Example

White with #C95880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95880; }

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

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

background-color css

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

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

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

border-color css

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

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

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