Html Css Color HEX #CE487E Cranberry

📋 copy color: '#CE487E'

red 206 ◦ green 72 ◦ blue 126

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

Shades of Cranberry #CE487E

Tints of Cranberry #CE487E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.82%

 BLUE value IS 126 (49.61% from 255) = 31.19%

R = 50.99%
G = 17.82%
B = 31.19%

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

#CE487E (or 0xCE487E) is known color: Cranberry. HEX triplet: CE, 48 and 7E. RGB value is (206,72,126). Sum of RGB (Red+Green+Blue) = 206+72+126=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 72 (28.52% from 255 or 17.82% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE487E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE487E is #31B781. Grayscale: #767676. Windows color (decimal): -3258242 or 8276174. OLE color: 8276174.

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

Color convert

RGB 206 72 126 -
CMYK 0 0.65 0.39 0.19
HSL 335.82º 0.58% 0.55% -
HSV(B) 335.82º 0.65% 0.81% -
XYZ 31.54 19.26 21.79 -
YUV 118.22 132.39 190.61 -
System Red Green Blue C M Y K H S L
Decimal 206 72 126 0 0.65 0.39 0.19 335.82 0.58 0.55
Hex CE 48 7E 0 41 27 13 150 3A 37
Octal 316 110 176 0 101 47 23 520 72 67
Binary 11001110 1001000 1111110 0 1000001 100111 10011 101010000 111010 110111

Color Harmonies of #CE487E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE487E

Black with #CE487E

Text Example


Text Example

White with #CE487E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE487E; }

 p { color: rgb(206,72,126); }

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

background-color css

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

 a { background-color: rgb(206,72,126); }

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

border-color css

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

 span { border-color: rgb(206,72,126); }

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