Html Css Color HEX #CE5981 Cranberry

📋 copy color: '#CE5981'

red 206 ◦ green 89 ◦ blue 129

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

Shades of Cranberry #CE5981

Tints of Cranberry #CE5981

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.99%

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

R = 48.58%
G = 20.99%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CE5981 (or 0xCE5981) is known color: Cranberry. HEX triplet: CE, 59 and 81. RGB value is (206,89,129). Sum of RGB (Red+Green+Blue) = 206+89+129=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 89 (35.16% from 255 or 20.99% from 424); Blue value is 129 (50.78% from 255 or 30.42% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5981 is #31A67E. Grayscale: #808080. Windows color (decimal): -3253887 or 8477134. OLE color: 8477134.

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

Color convert

RGB 206 89 129 -
CMYK 0 0.57 0.37 0.19
HSL 339.49º 0.54% 0.58% -
HSV(B) 339.49º 0.57% 0.81% -
XYZ 32.99 21.85 23.25 -
YUV 128.54 128.26 183.25 -
System Red Green Blue C M Y K H S L
Decimal 206 89 129 0 0.57 0.37 0.19 339.49 0.54 0.58
Hex CE 59 81 0 39 25 13 153 36 3A
Octal 316 131 201 0 71 45 23 523 66 72
Binary 11001110 1011001 10000001 0 111001 100101 10011 101010011 110110 111010

Color Harmonies of #CE5981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5981

Black with #CE5981

Text Example


Text Example

White with #CE5981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5981; }

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

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

background-color css

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

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

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

border-color css

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

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

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