Html Css Color HEX #CE5379 Cranberry

📋 copy color: '#CE5379'

red 206 ◦ green 83 ◦ blue 121

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

Shades of Cranberry #CE5379

Tints of Cranberry #CE5379

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.24%

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

R = 50.24%
G = 20.24%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CE5379 (or 0xCE5379) is known color: Cranberry. HEX triplet: CE, 53 and 79. RGB value is (206,83,121). Sum of RGB (Red+Green+Blue) = 206+83+121=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 83 (32.81% from 255 or 20.24% from 410); Blue value is 121 (47.66% from 255 or 29.51% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5379 is #31AC86. Grayscale: #7C7C7C. Windows color (decimal): -3255431 or 7951310. OLE color: 7951310.

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

Color convert

RGB 206 83 121 -
CMYK 0 0.60 0.41 0.19
HSL 341.46º 0.56% 0.57% -
HSV(B) 341.46º 0.6% 0.81% -
XYZ 32 20.69 20.4 -
YUV 124.11 126.25 186.41 -
System Red Green Blue C M Y K H S L
Decimal 206 83 121 0 0.60 0.41 0.19 341.46 0.56 0.57
Hex CE 53 79 0 3C 29 13 155 38 39
Octal 316 123 171 0 74 51 23 525 70 71
Binary 11001110 1010011 1111001 0 111100 101001 10011 101010101 111000 111001

Color Harmonies of #CE5379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5379

Black with #CE5379

Text Example


Text Example

White with #CE5379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5379; }

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

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

background-color css

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

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

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

border-color css

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

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

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