Html Css Color HEX #CE4574 Cranberry

📋 copy color: '#CE4574'

red 206 ◦ green 69 ◦ blue 116

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

Shades of Cranberry #CE4574

Tints of Cranberry #CE4574

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.65%

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

R = 52.69%
G = 17.65%
B = 29.67%

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

#CE4574 (or 0xCE4574) is known color: Cranberry. HEX triplet: CE, 45 and 74. RGB value is (206,69,116). Sum of RGB (Red+Green+Blue) = 206+69+116=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 69 (27.34% from 255 or 17.65% from 391); Blue value is 116 (45.70% from 255 or 29.67% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4574 is #31BA8B. Grayscale: #737373. Windows color (decimal): -3259020 or 7620046. OLE color: 7620046.

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

Color convert

RGB 206 69 116 -
CMYK 0 0.67 0.44 0.19
HSL 339.42º 0.58% 0.54% -
HSV(B) 339.42º 0.67% 0.81% -
XYZ 30.73 18.64 18.5 -
YUV 115.32 128.39 192.68 -
System Red Green Blue C M Y K H S L
Decimal 206 69 116 0 0.67 0.44 0.19 339.42 0.58 0.54
Hex CE 45 74 0 43 2C 13 153 3A 36
Octal 316 105 164 0 103 54 23 523 72 66
Binary 11001110 1000101 1110100 0 1000011 101100 10011 101010011 111010 110110

Color Harmonies of #CE4574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4574

Black with #CE4574

Text Example


Text Example

White with #CE4574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4574; }

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

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

background-color css

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

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

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

border-color css

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

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

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