Html Css Color HEX #CE4378 Cranberry

📋 copy color: '#CE4378'

red 206 ◦ green 67 ◦ blue 120

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

Shades of Cranberry #CE4378

Tints of Cranberry #CE4378

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.05%

 BLUE value IS 120 (47.27% from 255) = 30.53%

R = 52.42%
G = 17.05%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CE4378 (or 0xCE4378) is known color: Cranberry. HEX triplet: CE, 43 and 78. RGB value is (206,67,120). Sum of RGB (Red+Green+Blue) = 206+67+120=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 67 (26.56% from 255 or 17.05% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4378 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4378 is #31BC87. Grayscale: #727272. Windows color (decimal): -3259528 or 7881678. OLE color: 7881678.

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

Color convert

RGB 206 67 120 -
CMYK 0 0.67 0.42 0.19
HSL 337.12º 0.59% 0.54% -
HSV(B) 337.12º 0.67% 0.81% -
XYZ 30.85 18.49 19.71 -
YUV 114.6 131.05 193.19 -
System Red Green Blue C M Y K H S L
Decimal 206 67 120 0 0.67 0.42 0.19 337.12 0.59 0.54
Hex CE 43 78 0 43 2A 13 151 3B 36
Octal 316 103 170 0 103 52 23 521 73 66
Binary 11001110 1000011 1111000 0 1000011 101010 10011 101010001 111011 110110

Color Harmonies of #CE4378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4378

Black with #CE4378

Text Example


Text Example

White with #CE4378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4378; }

 p { color: rgb(206,67,120); }

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

background-color css

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

 a { background-color: rgb(206,67,120); }

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

border-color css

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

 span { border-color: rgb(206,67,120); }

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