Html Css Color HEX #CE4273 Cranberry

📋 copy color: '#CE4273'

red 206 ◦ green 66 ◦ blue 115

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

Shades of Cranberry #CE4273

Tints of Cranberry #CE4273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 29.72%

R = 53.23%
G = 17.05%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE4273 (or 0xCE4273) is known color: Cranberry. HEX triplet: CE, 42 and 73. RGB value is (206,66,115). Sum of RGB (Red+Green+Blue) = 206+66+115=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 66 (26.17% from 255 or 17.05% from 387); Blue value is 115 (45.31% from 255 or 29.72% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4273 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4273 is #31BD8C. Grayscale: #717171. Windows color (decimal): -3259789 or 7553742. OLE color: 7553742.

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

Color convert

RGB 206 66 115 -
CMYK 0 0.68 0.44 0.19
HSL 339º 0.59% 0.53% -
HSV(B) 339º 0.68% 0.81% -
XYZ 30.5 18.26 18.14 -
YUV 113.45 128.88 194.02 -
System Red Green Blue C M Y K H S L
Decimal 206 66 115 0 0.68 0.44 0.19 339 0.59 0.53
Hex CE 42 73 0 44 2C 13 153 3B 35
Octal 316 102 163 0 104 54 23 523 73 65
Binary 11001110 1000010 1110011 0 1000100 101100 10011 101010011 111011 110101

Color Harmonies of #CE4273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4273

Black with #CE4273

Text Example


Text Example

White with #CE4273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4273; }

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

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

background-color css

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

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

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

border-color css

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

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

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