Html Css Color HEX #CE4373 Cranberry

📋 copy color: '#CE4373'

red 206 ◦ green 67 ◦ blue 115

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

Shades of Cranberry #CE4373

Tints of Cranberry #CE4373

RGB

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

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

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

R = 53.09%
G = 17.27%
B = 29.64%

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

#CE4373 (or 0xCE4373) is known color: Cranberry. HEX triplet: CE, 43 and 73. RGB value is (206,67,115). Sum of RGB (Red+Green+Blue) = 206+67+115=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 67 (26.56% from 255 or 17.27% from 388); Blue value is 115 (45.31% from 255 or 29.64% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4373 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4373 is #31BC8C. Grayscale: #717171. Windows color (decimal): -3259533 or 7553998. OLE color: 7553998.

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

Color convert

RGB 206 67 115 -
CMYK 0 0.67 0.44 0.19
HSL 339.28º 0.59% 0.54% -
HSV(B) 339.28º 0.67% 0.81% -
XYZ 30.56 18.37 18.16 -
YUV 114.03 128.55 193.6 -
System Red Green Blue C M Y K H S L
Decimal 206 67 115 0 0.67 0.44 0.19 339.28 0.59 0.54
Hex CE 43 73 0 43 2C 13 153 3B 36
Octal 316 103 163 0 103 54 23 523 73 66
Binary 11001110 1000011 1110011 0 1000011 101100 10011 101010011 111011 110110

Color Harmonies of #CE4373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4373

Black with #CE4373

Text Example


Text Example

White with #CE4373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4373; }

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

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

background-color css

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

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

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

border-color css

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

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

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