Html Css Color HEX #CE204F Old Rose

📋 copy color: '#CE204F'

red 206 ◦ green 32 ◦ blue 79

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

Shades of Old Rose #CE204F

Tints of Old Rose #CE204F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.92%

R = 64.98%
G = 10.09%
B = 24.92%

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

#CE204F (or 0xCE204F) is known color: Old Rose. HEX triplet: CE, 20 and 4F. RGB value is (206,32,79). Sum of RGB (Red+Green+Blue) = 206+32+79=317 (41% of max value = 765). Red value is 206 (80.86% from 255 or 64.98% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 79 (31.25% from 255 or 24.92% from 317); Max value from RGB is 206 - color contains mainly: red. Hex color #CE204F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE204F is #31DFB0. Grayscale: #595959. Windows color (decimal): -3268529 or 5185742. OLE color: 5185742.

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

Color convert

RGB 206 32 79 -
CMYK 0 0.84 0.62 0.19
HSL 343.79º 0.73% 0.47% -
HSV(B) 343.79º 0.84% 0.81% -
XYZ 27.38 14.72 8.8 -
YUV 89.38 122.15 211.18 -
System Red Green Blue C M Y K H S L
Decimal 206 32 79 0 0.84 0.62 0.19 343.79 0.73 0.47
Hex CE 20 4F 0 54 3E 13 158 49 2F
Octal 316 40 117 0 124 76 23 530 111 57
Binary 11001110 100000 1001111 0 1010100 111110 10011 101011000 1001001 101111

Color Harmonies of #CE204F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE204F

Black with #CE204F

Text Example


Text Example

White with #CE204F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE204F; }

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

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

background-color css

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

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

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

border-color css

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

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

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