Html Css Color HEX #CE467A Cranberry

📋 copy color: '#CE467A'

red 206 ◦ green 70 ◦ blue 122

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

Shades of Cranberry #CE467A

Tints of Cranberry #CE467A

RGB

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

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

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

R = 51.76%
G = 17.59%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CE467A (or 0xCE467A) is known color: Cranberry. HEX triplet: CE, 46 and 7A. RGB value is (206,70,122). Sum of RGB (Red+Green+Blue) = 206+70+122=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 70 (27.73% from 255 or 17.59% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CE467A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE467A is #31B985. Grayscale: #747474. Windows color (decimal): -3258758 or 8013518. OLE color: 8013518.

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

Color convert

RGB 206 70 122 -
CMYK 0 0.66 0.41 0.19
HSL 337.06º 0.58% 0.54% -
HSV(B) 337.06º 0.66% 0.81% -
XYZ 31.16 18.91 20.42 -
YUV 116.59 131.06 191.77 -
System Red Green Blue C M Y K H S L
Decimal 206 70 122 0 0.66 0.41 0.19 337.06 0.58 0.54
Hex CE 46 7A 0 42 29 13 151 3A 36
Octal 316 106 172 0 102 51 23 521 72 66
Binary 11001110 1000110 1111010 0 1000010 101001 10011 101010001 111010 110110

Color Harmonies of #CE467A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE467A

Black with #CE467A

Text Example


Text Example

White with #CE467A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE467A; }

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

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

background-color css

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

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

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

border-color css

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

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

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