Html Css Color HEX #CE204E Old Rose

📋 copy color: '#CE204E'

red 206 ◦ green 32 ◦ blue 78

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

Shades of Old Rose #CE204E

Tints of Old Rose #CE204E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.13%

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

R = 65.19%
G = 10.13%
B = 24.68%

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

#CE204E (or 0xCE204E) is known color: Old Rose. HEX triplet: CE, 20 and 4E. RGB value is (206,32,78). Sum of RGB (Red+Green+Blue) = 206+32+78=316 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.19% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 78 (30.86% from 255 or 24.68% from 316); Max value from RGB is 206 - color contains mainly: red. Hex color #CE204E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE204E is #31DFB1. Grayscale: #595959. Windows color (decimal): -3268530 or 5120206. OLE color: 5120206.

HSL color Cylindrical-coordinate representation of color #CE204E: hue angle of 344.14º degrees, saturation: 0.73, 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 #CE204E is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 32 78 -
CMYK 0 0.84 0.62 0.19
HSL 344.14º 0.73% 0.47% -
HSV(B) 344.14º 0.84% 0.81% -
XYZ 27.35 14.7 8.6 -
YUV 89.27 121.65 211.26 -
System Red Green Blue C M Y K H S L
Decimal 206 32 78 0 0.84 0.62 0.19 344.14 0.73 0.47
Hex CE 20 4E 0 54 3E 13 158 49 2F
Octal 316 40 116 0 124 76 23 530 111 57
Binary 11001110 100000 1001110 0 1010100 111110 10011 101011000 1001001 101111

Color Harmonies of #CE204E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE204E

Black with #CE204E

Text Example


Text Example

White with #CE204E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE204E; }

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

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

background-color css

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

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

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

border-color css

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

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

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