Html Css Color HEX #CE4774 Cranberry

📋 copy color: '#CE4774'

red 206 ◦ green 71 ◦ blue 116

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

Shades of Cranberry #CE4774

Tints of Cranberry #CE4774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.52%

R = 52.42%
G = 18.07%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE4774 (or 0xCE4774) is known color: Cranberry. HEX triplet: CE, 47 and 74. RGB value is (206,71,116). Sum of RGB (Red+Green+Blue) = 206+71+116=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 71 (28.12% from 255 or 18.07% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4774 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4774 is #31B88B. Grayscale: #747474. Windows color (decimal): -3258508 or 7620558. OLE color: 7620558.

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

Color convert

RGB 206 71 116 -
CMYK 0 0.66 0.44 0.19
HSL 340º 0.58% 0.54% -
HSV(B) 340º 0.66% 0.81% -
XYZ 30.86 18.89 18.54 -
YUV 116.5 127.73 191.84 -
System Red Green Blue C M Y K H S L
Decimal 206 71 116 0 0.66 0.44 0.19 340 0.58 0.54
Hex CE 47 74 0 42 2C 13 154 3A 36
Octal 316 107 164 0 102 54 23 524 72 66
Binary 11001110 1000111 1110100 0 1000010 101100 10011 101010100 111010 110110

Color Harmonies of #CE4774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4774

Black with #CE4774

Text Example


Text Example

White with #CE4774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4774; }

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

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

background-color css

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

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

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

border-color css

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

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

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