Html Css Color HEX #C94979 Cranberry

📋 copy color: '#C94979'

red 201 ◦ green 73 ◦ blue 121

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

Shades of Cranberry #C94979

Tints of Cranberry #C94979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 30.63%

R = 50.89%
G = 18.48%
B = 30.63%

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

#C94979 (or 0xC94979) is known color: Cranberry. HEX triplet: C9, 49 and 79. RGB value is (201,73,121). Sum of RGB (Red+Green+Blue) = 201+73+121=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 73 (28.91% from 255 or 18.48% from 395); Blue value is 121 (47.66% from 255 or 30.63% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C94979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94979 is #36B686. Grayscale: #747474. Windows color (decimal): -3585671 or 7948745. OLE color: 7948745.

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

Color convert

RGB 201 73 121 -
CMYK 0 0.64 0.40 0.21
HSL 337.5º 0.54% 0.54% -
HSV(B) 337.5º 0.64% 0.79% -
XYZ 29.92 18.56 20.1 -
YUV 116.74 130.41 188.1 -
System Red Green Blue C M Y K H S L
Decimal 201 73 121 0 0.64 0.40 0.21 337.5 0.54 0.54
Hex C9 49 79 0 40 28 15 152 36 36
Octal 311 111 171 0 100 50 25 522 66 66
Binary 11001001 1001001 1111001 0 1000000 101000 10101 101010010 110110 110110

Color Harmonies of #C94979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94979

Black with #C94979

Text Example


Text Example

White with #C94979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94979; }

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

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

background-color css

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

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

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

border-color css

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

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

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