Html Css Color HEX #CE4678 Cranberry

📋 copy color: '#CE4678'

red 206 ◦ green 70 ◦ blue 120

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

Shades of Cranberry #CE4678

Tints of Cranberry #CE4678

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.68%

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

R = 52.02%
G = 17.68%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CE4678 (or 0xCE4678) is known color: Cranberry. HEX triplet: CE, 46 and 78. RGB value is (206,70,120). Sum of RGB (Red+Green+Blue) = 206+70+120=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 70 (27.73% from 255 or 17.68% from 396); Blue value is 120 (47.27% from 255 or 30.30% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4678 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4678 is #31B987. Grayscale: #747474. Windows color (decimal): -3258760 or 7882446. OLE color: 7882446.

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

Color convert

RGB 206 70 120 -
CMYK 0 0.66 0.42 0.19
HSL 337.94º 0.58% 0.54% -
HSV(B) 337.94º 0.66% 0.81% -
XYZ 31.03 18.86 19.77 -
YUV 116.36 130.06 191.93 -
System Red Green Blue C M Y K H S L
Decimal 206 70 120 0 0.66 0.42 0.19 337.94 0.58 0.54
Hex CE 46 78 0 42 2A 13 152 3A 36
Octal 316 106 170 0 102 52 23 522 72 66
Binary 11001110 1000110 1111000 0 1000010 101010 10011 101010010 111010 110110

Color Harmonies of #CE4678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4678

Black with #CE4678

Text Example


Text Example

White with #CE4678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4678; }

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

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

background-color css

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

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

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

border-color css

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

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

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