Html Css Color HEX #CE5684 Cranberry

📋 copy color: '#CE5684'

red 206 ◦ green 86 ◦ blue 132

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

Shades of Cranberry #CE5684

Tints of Cranberry #CE5684

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.28%

 BLUE value IS 132 (51.95% from 255) = 31.13%

R = 48.58%
G = 20.28%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#CE5684 (or 0xCE5684) is known color: Cranberry. HEX triplet: CE, 56 and 84. RGB value is (206,86,132). Sum of RGB (Red+Green+Blue) = 206+86+132=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 86 (33.98% from 255 or 20.28% from 424); Blue value is 132 (51.95% from 255 or 31.13% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5684 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5684 is #31A97B. Grayscale: #7F7F7F. Windows color (decimal): -3254652 or 8672974. OLE color: 8672974.

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

Color convert

RGB 206 86 132 -
CMYK 0 0.58 0.36 0.19
HSL 337º 0.55% 0.57% -
HSV(B) 337º 0.58% 0.81% -
XYZ 32.95 21.44 24.23 -
YUV 127.12 130.76 184.26 -
System Red Green Blue C M Y K H S L
Decimal 206 86 132 0 0.58 0.36 0.19 337 0.55 0.57
Hex CE 56 84 0 3A 24 13 151 37 39
Octal 316 126 204 0 72 44 23 521 67 71
Binary 11001110 1010110 10000100 0 111010 100100 10011 101010001 110111 111001

Color Harmonies of #CE5684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5684

Black with #CE5684

Text Example


Text Example

White with #CE5684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5684; }

 p { color: rgb(206,86,132); }

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

background-color css

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

 a { background-color: rgb(206,86,132); }

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

border-color css

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

 span { border-color: rgb(206,86,132); }

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