Html Css Color HEX #CE447D Cranberry

📋 copy color: '#CE447D'

red 206 ◦ green 68 ◦ blue 125

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

Shades of Cranberry #CE447D

Tints of Cranberry #CE447D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.04%

 BLUE value IS 125 (49.22% from 255) = 31.33%

R = 51.63%
G = 17.04%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CE447D (or 0xCE447D) is known color: Cranberry. HEX triplet: CE, 44 and 7D. RGB value is (206,68,125). Sum of RGB (Red+Green+Blue) = 206+68+125=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 68 (26.95% from 255 or 17.04% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CE447D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE447D is #31BB82. Grayscale: #737373. Windows color (decimal): -3259267 or 8209614. OLE color: 8209614.

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

Color convert

RGB 206 68 125 -
CMYK 0 0.67 0.39 0.19
HSL 335.22º 0.58% 0.54% -
HSV(B) 335.22º 0.67% 0.81% -
XYZ 31.22 18.74 21.37 -
YUV 115.76 133.22 192.37 -
System Red Green Blue C M Y K H S L
Decimal 206 68 125 0 0.67 0.39 0.19 335.22 0.58 0.54
Hex CE 44 7D 0 43 27 13 14F 3A 36
Octal 316 104 175 0 103 47 23 517 72 66
Binary 11001110 1000100 1111101 0 1000011 100111 10011 101001111 111010 110110

Color Harmonies of #CE447D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE447D

Black with #CE447D

Text Example


Text Example

White with #CE447D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE447D; }

 p { color: rgb(206,68,125); }

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

background-color css

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

 a { background-color: rgb(206,68,125); }

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

border-color css

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

 span { border-color: rgb(206,68,125); }

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