Html Css Color HEX #CE4979 Cranberry

📋 copy color: '#CE4979'

red 206 ◦ green 73 ◦ blue 121

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

Shades of Cranberry #CE4979

Tints of Cranberry #CE4979

RGB

 RED value IS 206 (80.86% from 255) = 51.5%

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

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

R = 51.5%
G = 18.25%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CE4979 (or 0xCE4979) is known color: Cranberry. HEX triplet: CE, 49 and 79. RGB value is (206,73,121). Sum of RGB (Red+Green+Blue) = 206+73+121=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 73 (28.91% from 255 or 18.25% from 400); Blue value is 121 (47.66% from 255 or 30.25% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4979 is #31B686. Grayscale: #767676. Windows color (decimal): -3257991 or 7948750. OLE color: 7948750.

HSL color Cylindrical-coordinate representation of color #CE4979: hue angle of 338.35º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE4979 is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 73 121 -
CMYK 0 0.65 0.41 0.19
HSL 338.35º 0.58% 0.55% -
HSV(B) 338.35º 0.65% 0.81% -
XYZ 31.29 19.27 20.16 -
YUV 118.24 129.56 190.6 -
System Red Green Blue C M Y K H S L
Decimal 206 73 121 0 0.65 0.41 0.19 338.35 0.58 0.55
Hex CE 49 79 0 41 29 13 152 3A 37
Octal 316 111 171 0 101 51 23 522 72 67
Binary 11001110 1001001 1111001 0 1000001 101001 10011 101010010 111010 110111

Color Harmonies of #CE4979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4979

Black with #CE4979

Text Example


Text Example

White with #CE4979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4979; }

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

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

background-color css

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

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

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

border-color css

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

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

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