Html Css Color HEX #CE4976 Cranberry

📋 copy color: '#CE4976'

red 206 ◦ green 73 ◦ blue 118

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

Shades of Cranberry #CE4976

Tints of Cranberry #CE4976

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.39%

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

R = 51.89%
G = 18.39%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE4976 (or 0xCE4976) is known color: Cranberry. HEX triplet: CE, 49 and 76. RGB value is (206,73,118). Sum of RGB (Red+Green+Blue) = 206+73+118=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 73 (28.91% from 255 or 18.39% from 397); Blue value is 118 (46.48% from 255 or 29.72% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4976 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4976 is #31B689. Grayscale: #757575. Windows color (decimal): -3257994 or 7752142. OLE color: 7752142.

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

Color convert

RGB 206 73 118 -
CMYK 0 0.65 0.43 0.19
HSL 339.7º 0.58% 0.55% -
HSV(B) 339.7º 0.65% 0.81% -
XYZ 31.11 19.19 19.21 -
YUV 117.9 128.06 190.84 -
System Red Green Blue C M Y K H S L
Decimal 206 73 118 0 0.65 0.43 0.19 339.7 0.58 0.55
Hex CE 49 76 0 41 2B 13 154 3A 37
Octal 316 111 166 0 101 53 23 524 72 67
Binary 11001110 1001001 1110110 0 1000001 101011 10011 101010100 111010 110111

Color Harmonies of #CE4976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4976

Black with #CE4976

Text Example


Text Example

White with #CE4976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4976; }

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

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

background-color css

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

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

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

border-color css

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

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

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