Html Css Color HEX #CE364F Old Rose

📋 copy color: '#CE364F'

red 206 ◦ green 54 ◦ blue 79

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

Shades of Old Rose #CE364F

Tints of Old Rose #CE364F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.93%

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

R = 60.77%
G = 15.93%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CE364F (or 0xCE364F) is known color: Old Rose. HEX triplet: CE, 36 and 4F. RGB value is (206,54,79). Sum of RGB (Red+Green+Blue) = 206+54+79=339 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.77% from 339); Green value is 54 (21.48% from 255 or 15.93% from 339); Blue value is 79 (31.25% from 255 or 23.30% from 339); Max value from RGB is 206 - color contains mainly: red. Hex color #CE364F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE364F is #31C9B0. Grayscale: #666666. Windows color (decimal): -3262897 or 5191374. OLE color: 5191374.

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

Color convert

RGB 206 54 79 -
CMYK 0 0.74 0.62 0.19
HSL 350.13º 0.61% 0.51% -
HSV(B) 350.13º 0.74% 0.81% -
XYZ 28.18 16.32 9.06 -
YUV 102.3 114.86 201.97 -
System Red Green Blue C M Y K H S L
Decimal 206 54 79 0 0.74 0.62 0.19 350.13 0.61 0.51
Hex CE 36 4F 0 4A 3E 13 15E 3D 33
Octal 316 66 117 0 112 76 23 536 75 63
Binary 11001110 110110 1001111 0 1001010 111110 10011 101011110 111101 110011

Color Harmonies of #CE364F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE364F

Black with #CE364F

Text Example


Text Example

White with #CE364F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE364F; }

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

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

background-color css

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

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

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

border-color css

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

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

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