Html Css Color HEX #CE537C Cranberry

📋 copy color: '#CE537C'

red 206 ◦ green 83 ◦ blue 124

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

Shades of Cranberry #CE537C

Tints of Cranberry #CE537C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.1%

 BLUE value IS 124 (48.83% from 255) = 30.02%

R = 49.88%
G = 20.1%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CE537C (or 0xCE537C) is known color: Cranberry. HEX triplet: CE, 53 and 7C. RGB value is (206,83,124). Sum of RGB (Red+Green+Blue) = 206+83+124=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 83 (32.81% from 255 or 20.10% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE537C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE537C is #31AC83. Grayscale: #7C7C7C. Windows color (decimal): -3255428 or 8147918. OLE color: 8147918.

HSL color Cylindrical-coordinate representation of color #CE537C: hue angle of 340º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE537C is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 83 124 -
CMYK 0 0.60 0.40 0.19
HSL 340º 0.56% 0.57% -
HSV(B) 340º 0.6% 0.81% -
XYZ 32.18 20.76 21.38 -
YUV 124.45 127.75 186.17 -
System Red Green Blue C M Y K H S L
Decimal 206 83 124 0 0.60 0.40 0.19 340 0.56 0.57
Hex CE 53 7C 0 3C 28 13 154 38 39
Octal 316 123 174 0 74 50 23 524 70 71
Binary 11001110 1010011 1111100 0 111100 101000 10011 101010100 111000 111001

Color Harmonies of #CE537C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE537C

Black with #CE537C

Text Example


Text Example

White with #CE537C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE537C; }

 p { color: rgb(206,83,124); }

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

background-color css

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

 a { background-color: rgb(206,83,124); }

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

border-color css

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

 span { border-color: rgb(206,83,124); }

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