Html Css Color HEX #CE587D Cranberry

📋 copy color: '#CE587D'

red 206 ◦ green 88 ◦ blue 125

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

Shades of Cranberry #CE587D

Tints of Cranberry #CE587D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21%

 BLUE value IS 125 (49.22% from 255) = 29.83%

R = 49.16%
G = 21%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CE587D (or 0xCE587D) is known color: Cranberry. HEX triplet: CE, 58 and 7D. RGB value is (206,88,125). Sum of RGB (Red+Green+Blue) = 206+88+125=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 88 (34.77% from 255 or 21.00% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CE587D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE587D is #31A782. Grayscale: #7F7F7F. Windows color (decimal): -3254147 or 8214734. OLE color: 8214734.

HSL color Cylindrical-coordinate representation of color #CE587D: hue angle of 341.19º degrees, saturation: 0.55, 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 #CE587D is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 88 125 -
CMYK 0 0.57 0.39 0.19
HSL 341.19º 0.55% 0.58% -
HSV(B) 341.19º 0.57% 0.81% -
XYZ 32.65 21.58 21.85 -
YUV 127.5 126.59 183.99 -
System Red Green Blue C M Y K H S L
Decimal 206 88 125 0 0.57 0.39 0.19 341.19 0.55 0.58
Hex CE 58 7D 0 39 27 13 155 37 3A
Octal 316 130 175 0 71 47 23 525 67 72
Binary 11001110 1011000 1111101 0 111001 100111 10011 101010101 110111 111010

Color Harmonies of #CE587D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE587D

Black with #CE587D

Text Example


Text Example

White with #CE587D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE587D; }

 p { color: rgb(206,88,125); }

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

background-color css

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

 a { background-color: rgb(206,88,125); }

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

border-color css

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

 span { border-color: rgb(206,88,125); }

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