Html Css Color HEX #CE5E81 Cranberry

📋 copy color: '#CE5E81'

red 206 ◦ green 94 ◦ blue 129

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

Shades of Cranberry #CE5E81

Tints of Cranberry #CE5E81

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.91%

 BLUE value IS 129 (50.78% from 255) = 30.07%

R = 48.02%
G = 21.91%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CE5E81 (or 0xCE5E81) is known color: Cranberry. HEX triplet: CE, 5E and 81. RGB value is (206,94,129). Sum of RGB (Red+Green+Blue) = 206+94+129=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 94 (37.11% from 255 or 21.91% from 429); Blue value is 129 (50.78% from 255 or 30.07% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5E81 is #31A17E. Grayscale: #838383. Windows color (decimal): -3252607 or 8478414. OLE color: 8478414.

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

Color convert

RGB 206 94 129 -
CMYK 0 0.54 0.37 0.19
HSL 341.25º 0.53% 0.59% -
HSV(B) 341.25º 0.54% 0.81% -
XYZ 33.42 22.71 23.39 -
YUV 131.48 126.61 181.15 -
System Red Green Blue C M Y K H S L
Decimal 206 94 129 0 0.54 0.37 0.19 341.25 0.53 0.59
Hex CE 5E 81 0 36 25 13 155 35 3B
Octal 316 136 201 0 66 45 23 525 65 73
Binary 11001110 1011110 10000001 0 110110 100101 10011 101010101 110101 111011

Color Harmonies of #CE5E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5E81

Black with #CE5E81

Text Example


Text Example

White with #CE5E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5E81; }

 p { color: rgb(206,94,129); }

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

background-color css

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

 a { background-color: rgb(206,94,129); }

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

border-color css

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

 span { border-color: rgb(206,94,129); }

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