Html Css Color HEX #CE497D Cranberry

📋 copy color: '#CE497D'

red 206 ◦ green 73 ◦ blue 125

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

Shades of Cranberry #CE497D

Tints of Cranberry #CE497D

RGB

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

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

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

R = 50.99%
G = 18.07%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CE497D (or 0xCE497D) is known color: Cranberry. HEX triplet: CE, 49 and 7D. RGB value is (206,73,125). Sum of RGB (Red+Green+Blue) = 206+73+125=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 73 (28.91% from 255 or 18.07% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE497D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE497D is #31B682. Grayscale: #767676. Windows color (decimal): -3257987 or 8210894. OLE color: 8210894.

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

Color convert

RGB 206 73 125 -
CMYK 0 0.65 0.39 0.19
HSL 336.54º 0.58% 0.55% -
HSV(B) 336.54º 0.65% 0.81% -
XYZ 31.54 19.37 21.48 -
YUV 118.7 131.56 190.27 -
System Red Green Blue C M Y K H S L
Decimal 206 73 125 0 0.65 0.39 0.19 336.54 0.58 0.55
Hex CE 49 7D 0 41 27 13 151 3A 37
Octal 316 111 175 0 101 47 23 521 72 67
Binary 11001110 1001001 1111101 0 1000001 100111 10011 101010001 111010 110111

Color Harmonies of #CE497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE497D

Black with #CE497D

Text Example


Text Example

White with #CE497D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE497D; }

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

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

background-color css

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

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

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

border-color css

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

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

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