Html Css Color HEX #CE5885 Cranberry

📋 copy color: '#CE5885'

red 206 ◦ green 88 ◦ blue 133

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

Shades of Cranberry #CE5885

Tints of Cranberry #CE5885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31.15%

R = 48.24%
G = 20.61%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#CE5885 (or 0xCE5885) is known color: Cranberry. HEX triplet: CE, 58 and 85. RGB value is (206,88,133). Sum of RGB (Red+Green+Blue) = 206+88+133=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 88 (34.77% from 255 or 20.61% from 427); Blue value is 133 (52.34% from 255 or 31.15% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5885 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5885 is #31A77A. Grayscale: #808080. Windows color (decimal): -3254139 or 8739022. OLE color: 8739022.

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

Color convert

RGB 206 88 133 -
CMYK 0 0.57 0.35 0.19
HSL 337.12º 0.55% 0.58% -
HSV(B) 337.12º 0.57% 0.81% -
XYZ 33.18 21.79 24.65 -
YUV 128.41 130.59 183.34 -
System Red Green Blue C M Y K H S L
Decimal 206 88 133 0 0.57 0.35 0.19 337.12 0.55 0.58
Hex CE 58 85 0 39 23 13 151 37 3A
Octal 316 130 205 0 71 43 23 521 67 72
Binary 11001110 1011000 10000101 0 111001 100011 10011 101010001 110111 111010

Color Harmonies of #CE5885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5885

Black with #CE5885

Text Example


Text Example

White with #CE5885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5885; }

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

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

background-color css

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

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

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

border-color css

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

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

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