Html Css Color HEX #CE4D76 Cranberry

📋 copy color: '#CE4D76'

red 206 ◦ green 77 ◦ blue 118

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

Shades of Cranberry #CE4D76

Tints of Cranberry #CE4D76

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.2%

 BLUE value IS 118 (46.48% from 255) = 29.43%

R = 51.37%
G = 19.2%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE4D76 (or 0xCE4D76) is known color: Cranberry. HEX triplet: CE, 4D and 76. RGB value is (206,77,118). Sum of RGB (Red+Green+Blue) = 206+77+118=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 77 (30.47% from 255 or 19.20% from 401); Blue value is 118 (46.48% from 255 or 29.43% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4D76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE4D76 is #31B289. Grayscale: #787878. Windows color (decimal): -3256970 or 7753166. OLE color: 7753166.

HSL color Cylindrical-coordinate representation of color #CE4D76: hue angle of 340.93º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE4D76 is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 77 118 -
CMYK 0 0.63 0.43 0.19
HSL 340.93º 0.57% 0.55% -
HSV(B) 340.93º 0.63% 0.81% -
XYZ 31.38 19.74 19.3 -
YUV 120.25 126.74 189.17 -
System Red Green Blue C M Y K H S L
Decimal 206 77 118 0 0.63 0.43 0.19 340.93 0.57 0.55
Hex CE 4D 76 0 3F 2B 13 155 39 37
Octal 316 115 166 0 77 53 23 525 71 67
Binary 11001110 1001101 1110110 0 111111 101011 10011 101010101 111001 110111

Color Harmonies of #CE4D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4D76

Black with #CE4D76

Text Example


Text Example

White with #CE4D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4D76; }

 p { color: rgb(206,77,118); }

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

background-color css

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

 a { background-color: rgb(206,77,118); }

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

border-color css

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

 span { border-color: rgb(206,77,118); }

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