Html Css Color HEX #CE5079 Cranberry

📋 copy color: '#CE5079'

red 206 ◦ green 80 ◦ blue 121

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

Shades of Cranberry #CE5079

Tints of Cranberry #CE5079

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.66%

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

R = 50.61%
G = 19.66%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CE5079 (or 0xCE5079) is known color: Cranberry. HEX triplet: CE, 50 and 79. RGB value is (206,80,121). Sum of RGB (Red+Green+Blue) = 206+80+121=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 121 (47.66% from 255 or 29.73% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5079 is #31AF86. Grayscale: #7A7A7A. Windows color (decimal): -3256199 or 7950542. OLE color: 7950542.

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

Color convert

RGB 206 80 121 -
CMYK 0 0.61 0.41 0.19
HSL 340.48º 0.56% 0.56% -
HSV(B) 340.48º 0.61% 0.81% -
XYZ 31.77 20.24 20.32 -
YUV 122.35 127.24 187.67 -
System Red Green Blue C M Y K H S L
Decimal 206 80 121 0 0.61 0.41 0.19 340.48 0.56 0.56
Hex CE 50 79 0 3D 29 13 154 38 38
Octal 316 120 171 0 75 51 23 524 70 70
Binary 11001110 1010000 1111001 0 111101 101001 10011 101010100 111000 111000

Color Harmonies of #CE5079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5079

Black with #CE5079

Text Example


Text Example

White with #CE5079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5079; }

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

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

background-color css

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

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

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

border-color css

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

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

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