Html Css Color HEX #CE5283 Cranberry

📋 copy color: '#CE5283'

red 206 ◦ green 82 ◦ blue 131

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

Shades of Cranberry #CE5283

Tints of Cranberry #CE5283

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.57%

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

R = 49.16%
G = 19.57%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#CE5283 (or 0xCE5283) is known color: Cranberry. HEX triplet: CE, 52 and 83. RGB value is (206,82,131). Sum of RGB (Red+Green+Blue) = 206+82+131=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 131 (51.56% from 255 or 31.26% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5283 is #31AD7C. Grayscale: #7C7C7C. Windows color (decimal): -3255677 or 8606414. OLE color: 8606414.

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

Color convert

RGB 206 82 131 -
CMYK 0 0.60 0.36 0.19
HSL 336.29º 0.56% 0.56% -
HSV(B) 336.29º 0.6% 0.81% -
XYZ 32.57 20.8 23.77 -
YUV 124.66 131.58 186.02 -
System Red Green Blue C M Y K H S L
Decimal 206 82 131 0 0.60 0.36 0.19 336.29 0.56 0.56
Hex CE 52 83 0 3C 24 13 150 38 38
Octal 316 122 203 0 74 44 23 520 70 70
Binary 11001110 1010010 10000011 0 111100 100100 10011 101010000 111000 111000

Color Harmonies of #CE5283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5283

Black with #CE5283

Text Example


Text Example

White with #CE5283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5283; }

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

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

background-color css

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

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

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

border-color css

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

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

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