Html Css Color HEX #CE477A Cranberry

📋 copy color: '#CE477A'

red 206 ◦ green 71 ◦ blue 122

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

Shades of Cranberry #CE477A

Tints of Cranberry #CE477A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.58%

R = 51.63%
G = 17.79%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CE477A (or 0xCE477A) is known color: Cranberry. HEX triplet: CE, 47 and 7A. RGB value is (206,71,122). Sum of RGB (Red+Green+Blue) = 206+71+122=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 71 (28.12% from 255 or 17.79% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CE477A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE477A is #31B885. Grayscale: #757575. Windows color (decimal): -3258502 or 8013774. OLE color: 8013774.

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

Color convert

RGB 206 71 122 -
CMYK 0 0.66 0.41 0.19
HSL 337.33º 0.58% 0.54% -
HSV(B) 337.33º 0.66% 0.81% -
XYZ 31.22 19.03 20.44 -
YUV 117.18 130.73 191.35 -
System Red Green Blue C M Y K H S L
Decimal 206 71 122 0 0.66 0.41 0.19 337.33 0.58 0.54
Hex CE 47 7A 0 42 29 13 151 3A 36
Octal 316 107 172 0 102 51 23 521 72 66
Binary 11001110 1000111 1111010 0 1000010 101001 10011 101010001 111010 110110

Color Harmonies of #CE477A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE477A

Black with #CE477A

Text Example


Text Example

White with #CE477A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE477A; }

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

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

background-color css

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

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

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

border-color css

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

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

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