Html Css Color HEX #CE4278 Cranberry

📋 copy color: '#CE4278'

red 206 ◦ green 66 ◦ blue 120

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

Shades of Cranberry #CE4278

Tints of Cranberry #CE4278

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.84%

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

R = 52.55%
G = 16.84%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CE4278 (or 0xCE4278) is known color: Cranberry. HEX triplet: CE, 42 and 78. RGB value is (206,66,120). Sum of RGB (Red+Green+Blue) = 206+66+120=392 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.55% from 392); Green value is 66 (26.17% from 255 or 16.84% from 392); Blue value is 120 (47.27% from 255 or 30.61% from 392); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4278 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4278 is #31BD87. Grayscale: #717171. Windows color (decimal): -3259784 or 7881422. OLE color: 7881422.

HSL color Cylindrical-coordinate representation of color #CE4278: hue angle of 336.86º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE4278 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 66 120 -
CMYK 0 0.68 0.42 0.19
HSL 336.86º 0.59% 0.53% -
HSV(B) 336.86º 0.68% 0.81% -
XYZ 30.79 18.37 19.69 -
YUV 114.02 131.38 193.61 -
System Red Green Blue C M Y K H S L
Decimal 206 66 120 0 0.68 0.42 0.19 336.86 0.59 0.53
Hex CE 42 78 0 44 2A 13 151 3B 35
Octal 316 102 170 0 104 52 23 521 73 65
Binary 11001110 1000010 1111000 0 1000100 101010 10011 101010001 111011 110101

Color Harmonies of #CE4278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4278

Black with #CE4278

Text Example


Text Example

White with #CE4278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4278; }

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

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

background-color css

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

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

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

border-color css

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

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

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