Html Css Color HEX #CE497A Cranberry

📋 copy color: '#CE497A'

red 206 ◦ green 73 ◦ blue 122

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

Shades of Cranberry #CE497A

Tints of Cranberry #CE497A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.42%

R = 51.37%
G = 18.2%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CE497A (or 0xCE497A) is known color: Cranberry. HEX triplet: CE, 49 and 7A. RGB value is (206,73,122). Sum of RGB (Red+Green+Blue) = 206+73+122=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 73 (28.91% from 255 or 18.20% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE497A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE497A is #31B685. Grayscale: #767676. Windows color (decimal): -3257990 or 8014286. OLE color: 8014286.

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

Color convert

RGB 206 73 122 -
CMYK 0 0.65 0.41 0.19
HSL 337.89º 0.58% 0.55% -
HSV(B) 337.89º 0.65% 0.81% -
XYZ 31.35 19.29 20.48 -
YUV 118.35 130.06 190.52 -
System Red Green Blue C M Y K H S L
Decimal 206 73 122 0 0.65 0.41 0.19 337.89 0.58 0.55
Hex CE 49 7A 0 41 29 13 152 3A 37
Octal 316 111 172 0 101 51 23 522 72 67
Binary 11001110 1001001 1111010 0 1000001 101001 10011 101010010 111010 110111

Color Harmonies of #CE497A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE497A

Black with #CE497A

Text Example


Text Example

White with #CE497A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE497A; }

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

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

background-color css

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

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

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

border-color css

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

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

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