Html Css Color HEX #CE5D82 Cranberry

📋 copy color: '#CE5D82'

red 206 ◦ green 93 ◦ blue 130

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

Shades of Cranberry #CE5D82

Tints of Cranberry #CE5D82

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.68%

 BLUE value IS 130 (51.17% from 255) = 30.3%

R = 48.02%
G = 21.68%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CE5D82 (or 0xCE5D82) is known color: Cranberry. HEX triplet: CE, 5D and 82. RGB value is (206,93,130). Sum of RGB (Red+Green+Blue) = 206+93+130=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5D82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5D82 is #31A27D. Grayscale: #828282. Windows color (decimal): -3252862 or 8543694. OLE color: 8543694.

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

Color convert

RGB 206 93 130 -
CMYK 0 0.55 0.37 0.19
HSL 340.35º 0.54% 0.59% -
HSV(B) 340.35º 0.55% 0.81% -
XYZ 33.4 22.56 23.71 -
YUV 131.01 127.44 181.49 -
System Red Green Blue C M Y K H S L
Decimal 206 93 130 0 0.55 0.37 0.19 340.35 0.54 0.59
Hex CE 5D 82 0 37 25 13 154 36 3B
Octal 316 135 202 0 67 45 23 524 66 73
Binary 11001110 1011101 10000010 0 110111 100101 10011 101010100 110110 111011

Color Harmonies of #CE5D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5D82

Black with #CE5D82

Text Example


Text Example

White with #CE5D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5D82; }

 p { color: rgb(206,93,130); }

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

background-color css

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

 a { background-color: rgb(206,93,130); }

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

border-color css

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

 span { border-color: rgb(206,93,130); }

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