Html Css Color HEX #C94978 Cranberry

📋 copy color: '#C94978'

red 201 ◦ green 73 ◦ blue 120

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

Shades of Cranberry #C94978

Tints of Cranberry #C94978

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.53%

 BLUE value IS 120 (47.27% from 255) = 30.46%

R = 51.02%
G = 18.53%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#C94978 (or 0xC94978) is known color: Cranberry. HEX triplet: C9, 49 and 78. RGB value is (201,73,120). Sum of RGB (Red+Green+Blue) = 201+73+120=394 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.02% from 394); Green value is 73 (28.91% from 255 or 18.53% from 394); Blue value is 120 (47.27% from 255 or 30.46% from 394); Max value from RGB is 201 - color contains mainly: red. Hex color #C94978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94978 is #36B687. Grayscale: #747474. Windows color (decimal): -3585672 or 7883209. OLE color: 7883209.

HSL color Cylindrical-coordinate representation of color #C94978: hue angle of 337.97º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C94978 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 73 120 -
CMYK 0 0.64 0.40 0.21
HSL 337.97º 0.54% 0.54% -
HSV(B) 337.97º 0.64% 0.79% -
XYZ 29.86 18.54 19.77 -
YUV 116.63 129.91 188.18 -
System Red Green Blue C M Y K H S L
Decimal 201 73 120 0 0.64 0.40 0.21 337.97 0.54 0.54
Hex C9 49 78 0 40 28 15 152 36 36
Octal 311 111 170 0 100 50 25 522 66 66
Binary 11001001 1001001 1111000 0 1000000 101000 10101 101010010 110110 110110

Color Harmonies of #C94978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94978

Black with #C94978

Text Example


Text Example

White with #C94978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94978; }

 p { color: rgb(201,73,120); }

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

background-color css

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

 a { background-color: rgb(201,73,120); }

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

border-color css

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

 span { border-color: rgb(201,73,120); }

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