Html Css Color HEX #CE467C Cranberry

📋 copy color: '#CE467C'

red 206 ◦ green 70 ◦ blue 124

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

Shades of Cranberry #CE467C

Tints of Cranberry #CE467C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.5%

 BLUE value IS 124 (48.83% from 255) = 31%

R = 51.5%
G = 17.5%
B = 31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CE467C (or 0xCE467C) is known color: Cranberry. HEX triplet: CE, 46 and 7C. RGB value is (206,70,124). Sum of RGB (Red+Green+Blue) = 206+70+124=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 70 (27.73% from 255 or 17.5% from 400); Blue value is 124 (48.83% from 255 or 31% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE467C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE467C is #31B983. Grayscale: #747474. Windows color (decimal): -3258756 or 8144590. OLE color: 8144590.

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

Color convert

RGB 206 70 124 -
CMYK 0 0.66 0.40 0.19
HSL 336.18º 0.58% 0.54% -
HSV(B) 336.18º 0.66% 0.81% -
XYZ 31.28 18.96 21.08 -
YUV 116.82 132.06 191.61 -
System Red Green Blue C M Y K H S L
Decimal 206 70 124 0 0.66 0.40 0.19 336.18 0.58 0.54
Hex CE 46 7C 0 42 28 13 150 3A 36
Octal 316 106 174 0 102 50 23 520 72 66
Binary 11001110 1000110 1111100 0 1000010 101000 10011 101010000 111010 110110

Color Harmonies of #CE467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE467C

Black with #CE467C

Text Example


Text Example

White with #CE467C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE467C; }

 p { color: rgb(206,70,124); }

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

background-color css

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

 a { background-color: rgb(206,70,124); }

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

border-color css

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

 span { border-color: rgb(206,70,124); }

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