Html Css Color HEX #CE477C Cranberry

📋 copy color: '#CE477C'

red 206 ◦ green 71 ◦ blue 124

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

Shades of Cranberry #CE477C

Tints of Cranberry #CE477C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.71%

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

R = 51.37%
G = 17.71%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CE477C (or 0xCE477C) is known color: Cranberry. HEX triplet: CE, 47 and 7C. RGB value is (206,71,124). Sum of RGB (Red+Green+Blue) = 206+71+124=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 71 (28.12% from 255 or 17.71% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE477C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE477C is #31B883. Grayscale: #757575. Windows color (decimal): -3258500 or 8144846. OLE color: 8144846.

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

Color convert

RGB 206 71 124 -
CMYK 0 0.66 0.40 0.19
HSL 336.44º 0.58% 0.54% -
HSV(B) 336.44º 0.66% 0.81% -
XYZ 31.34 19.08 21.1 -
YUV 117.41 131.73 191.19 -
System Red Green Blue C M Y K H S L
Decimal 206 71 124 0 0.66 0.40 0.19 336.44 0.58 0.54
Hex CE 47 7C 0 42 28 13 150 3A 36
Octal 316 107 174 0 102 50 23 520 72 66
Binary 11001110 1000111 1111100 0 1000010 101000 10011 101010000 111010 110110

Color Harmonies of #CE477C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE477C

Black with #CE477C

Text Example


Text Example

White with #CE477C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE477C; }

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

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

background-color css

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

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

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

border-color css

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

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

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