Html Css Color HEX #CE214E Old Rose

📋 copy color: '#CE214E'

red 206 ◦ green 33 ◦ blue 78

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

Shades of Old Rose #CE214E

Tints of Old Rose #CE214E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.41%

 BLUE value IS 78 (30.86% from 255) = 24.61%

R = 64.98%
G = 10.41%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CE214E (or 0xCE214E) is known color: Old Rose. HEX triplet: CE, 21 and 4E. RGB value is (206,33,78). Sum of RGB (Red+Green+Blue) = 206+33+78=317 (41% of max value = 765). Red value is 206 (80.86% from 255 or 64.98% from 317); Green value is 33 (13.28% from 255 or 10.41% from 317); Blue value is 78 (30.86% from 255 or 24.61% from 317); Max value from RGB is 206 - color contains mainly: red. Hex color #CE214E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE214E is #31DEB1. Grayscale: #595959. Windows color (decimal): -3268274 or 5120462. OLE color: 5120462.

HSL color Cylindrical-coordinate representation of color #CE214E: hue angle of 344.39º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE214E is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 33 78 -
CMYK 0 0.84 0.62 0.19
HSL 344.39º 0.72% 0.47% -
HSV(B) 344.39º 0.84% 0.81% -
XYZ 27.37 14.76 8.61 -
YUV 89.86 121.31 210.84 -
System Red Green Blue C M Y K H S L
Decimal 206 33 78 0 0.84 0.62 0.19 344.39 0.72 0.47
Hex CE 21 4E 0 54 3E 13 158 48 2F
Octal 316 41 116 0 124 76 23 530 110 57
Binary 11001110 100001 1001110 0 1010100 111110 10011 101011000 1001000 101111

Color Harmonies of #CE214E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE214E

Black with #CE214E

Text Example


Text Example

White with #CE214E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE214E; }

 p { color: rgb(206,33,78); }

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

background-color css

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

 a { background-color: rgb(206,33,78); }

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

border-color css

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

 span { border-color: rgb(206,33,78); }

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