Html Css Color HEX #CE4474 Cranberry

📋 copy color: '#CE4474'

red 206 ◦ green 68 ◦ blue 116

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

Shades of Cranberry #CE4474

Tints of Cranberry #CE4474

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.44%

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

R = 52.82%
G = 17.44%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE4474 (or 0xCE4474) is known color: Cranberry. HEX triplet: CE, 44 and 74. RGB value is (206,68,116). Sum of RGB (Red+Green+Blue) = 206+68+116=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 68 (26.95% from 255 or 17.44% from 390); Blue value is 116 (45.70% from 255 or 29.74% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4474 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4474 is #31BB8B. Grayscale: #727272. Windows color (decimal): -3259276 or 7619790. OLE color: 7619790.

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

Color convert

RGB 206 68 116 -
CMYK 0 0.67 0.44 0.19
HSL 339.13º 0.58% 0.54% -
HSV(B) 339.13º 0.67% 0.81% -
XYZ 30.67 18.52 18.48 -
YUV 114.73 128.72 193.1 -
System Red Green Blue C M Y K H S L
Decimal 206 68 116 0 0.67 0.44 0.19 339.13 0.58 0.54
Hex CE 44 74 0 43 2C 13 153 3A 36
Octal 316 104 164 0 103 54 23 523 72 66
Binary 11001110 1000100 1110100 0 1000011 101100 10011 101010011 111010 110110

Color Harmonies of #CE4474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4474

Black with #CE4474

Text Example


Text Example

White with #CE4474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4474; }

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

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

background-color css

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

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

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

border-color css

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

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

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