Html Css Color HEX #CE477E Cranberry

📋 copy color: '#CE477E'

red 206 ◦ green 71 ◦ blue 126

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

Shades of Cranberry #CE477E

Tints of Cranberry #CE477E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.27%

R = 51.12%
G = 17.62%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CE477E (or 0xCE477E) is known color: Cranberry. HEX triplet: CE, 47 and 7E. RGB value is (206,71,126). Sum of RGB (Red+Green+Blue) = 206+71+126=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 71 (28.12% from 255 or 17.62% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CE477E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE477E is #31B881. Grayscale: #757575. Windows color (decimal): -3258498 or 8275918. OLE color: 8275918.

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

Color convert

RGB 206 71 126 -
CMYK 0 0.66 0.39 0.19
HSL 335.56º 0.58% 0.54% -
HSV(B) 335.56º 0.66% 0.81% -
XYZ 31.47 19.13 21.77 -
YUV 117.64 132.73 191.03 -
System Red Green Blue C M Y K H S L
Decimal 206 71 126 0 0.66 0.39 0.19 335.56 0.58 0.54
Hex CE 47 7E 0 42 27 13 150 3A 36
Octal 316 107 176 0 102 47 23 520 72 66
Binary 11001110 1000111 1111110 0 1000010 100111 10011 101010000 111010 110110

Color Harmonies of #CE477E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE477E

Black with #CE477E

Text Example


Text Example

White with #CE477E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE477E; }

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

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

background-color css

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

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

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

border-color css

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

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

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