Html Css Color HEX #CE5C83 Cranberry

📋 copy color: '#CE5C83'

red 206 ◦ green 92 ◦ blue 131

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

Shades of Cranberry #CE5C83

Tints of Cranberry #CE5C83

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.45%

 BLUE value IS 131 (51.56% from 255) = 30.54%

R = 48.02%
G = 21.45%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#CE5C83 (or 0xCE5C83) is known color: Cranberry. HEX triplet: CE, 5C and 83. RGB value is (206,92,131). Sum of RGB (Red+Green+Blue) = 206+92+131=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 92 (36.33% from 255 or 21.45% from 429); Blue value is 131 (51.56% from 255 or 30.54% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5C83 is #31A37C. Grayscale: #828282. Windows color (decimal): -3253117 or 8608974. OLE color: 8608974.

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

Color convert

RGB 206 92 131 -
CMYK 0 0.55 0.36 0.19
HSL 339.47º 0.54% 0.58% -
HSV(B) 339.47º 0.55% 0.81% -
XYZ 33.38 22.41 24.04 -
YUV 130.53 128.27 181.83 -
System Red Green Blue C M Y K H S L
Decimal 206 92 131 0 0.55 0.36 0.19 339.47 0.54 0.58
Hex CE 5C 83 0 37 24 13 153 36 3A
Octal 316 134 203 0 67 44 23 523 66 72
Binary 11001110 1011100 10000011 0 110111 100100 10011 101010011 110110 111010

Color Harmonies of #CE5C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5C83

Black with #CE5C83

Text Example


Text Example

White with #CE5C83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5C83; }

 p { color: rgb(206,92,131); }

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

background-color css

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

 a { background-color: rgb(206,92,131); }

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

border-color css

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

 span { border-color: rgb(206,92,131); }

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