Html Css Color HEX #C95780 Cranberry

📋 copy color: '#C95780'

red 201 ◦ green 87 ◦ blue 128

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

Shades of Cranberry #C95780

Tints of Cranberry #C95780

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.91%

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

R = 48.32%
G = 20.91%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#C95780 (or 0xC95780) is known color: Cranberry. HEX triplet: C9, 57 and 80. RGB value is (201,87,128). Sum of RGB (Red+Green+Blue) = 201+87+128=416 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.32% from 416); Green value is 87 (34.38% from 255 or 20.91% from 416); Blue value is 128 (50.39% from 255 or 30.77% from 416); Max value from RGB is 201 - color contains mainly: red. Hex color #C95780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95780 is #36A87F. Grayscale: #7D7D7D. Windows color (decimal): -3582080 or 8411081. OLE color: 8411081.

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

Color convert

RGB 201 87 128 -
CMYK 0 0.57 0.36 0.21
HSL 338.42º 0.51% 0.56% -
HSV(B) 338.42º 0.57% 0.79% -
XYZ 31.39 20.79 22.78 -
YUV 125.76 129.27 181.67 -
System Red Green Blue C M Y K H S L
Decimal 201 87 128 0 0.57 0.36 0.21 338.42 0.51 0.56
Hex C9 57 80 0 39 24 15 152 33 38
Octal 311 127 200 0 71 44 25 522 63 70
Binary 11001001 1010111 10000000 0 111001 100100 10101 101010010 110011 111000

Color Harmonies of #C95780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95780

Black with #C95780

Text Example


Text Example

White with #C95780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95780; }

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

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

background-color css

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

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

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

border-color css

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

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

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