Html Css Color HEX #CE5378 Cranberry

📋 copy color: '#CE5378'

red 206 ◦ green 83 ◦ blue 120

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

Shades of Cranberry #CE5378

Tints of Cranberry #CE5378

RGB

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

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

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

R = 50.37%
G = 20.29%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CE5378 (or 0xCE5378) is known color: Cranberry. HEX triplet: CE, 53 and 78. RGB value is (206,83,120). Sum of RGB (Red+Green+Blue) = 206+83+120=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 83 (32.81% from 255 or 20.29% from 409); Blue value is 120 (47.27% from 255 or 29.34% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5378 is #31AC87. Grayscale: #7B7B7B. Windows color (decimal): -3255432 or 7885774. OLE color: 7885774.

HSL color Cylindrical-coordinate representation of color #CE5378: hue angle of 341.95º 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 #CE5378 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 83 120 -
CMYK 0 0.60 0.42 0.19
HSL 341.95º 0.56% 0.57% -
HSV(B) 341.95º 0.6% 0.81% -
XYZ 31.94 20.66 20.07 -
YUV 124 125.75 186.49 -
System Red Green Blue C M Y K H S L
Decimal 206 83 120 0 0.60 0.42 0.19 341.95 0.56 0.57
Hex CE 53 78 0 3C 2A 13 156 38 39
Octal 316 123 170 0 74 52 23 526 70 71
Binary 11001110 1010011 1111000 0 111100 101010 10011 101010110 111000 111001

Color Harmonies of #CE5378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5378

Black with #CE5378

Text Example


Text Example

White with #CE5378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5378; }

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

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

background-color css

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

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

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

border-color css

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

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

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