Html Css Color HEX #CE394F Old Rose

📋 copy color: '#CE394F'

red 206 ◦ green 57 ◦ blue 79

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

Shades of Old Rose #CE394F

Tints of Old Rose #CE394F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.67%

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

R = 60.23%
G = 16.67%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CE394F (or 0xCE394F) is known color: Old Rose. HEX triplet: CE, 39 and 4F. RGB value is (206,57,79). Sum of RGB (Red+Green+Blue) = 206+57+79=342 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.23% from 342); Green value is 57 (22.66% from 255 or 16.67% from 342); Blue value is 79 (31.25% from 255 or 23.10% from 342); Max value from RGB is 206 - color contains mainly: red. Hex color #CE394F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE394F is #31C6B0. Grayscale: #686868. Windows color (decimal): -3262129 or 5192142. OLE color: 5192142.

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

Color convert

RGB 206 57 79 -
CMYK 0 0.72 0.62 0.19
HSL 351.14º 0.6% 0.52% -
HSV(B) 351.14º 0.72% 0.81% -
XYZ 28.33 16.61 9.11 -
YUV 104.06 113.86 200.71 -
System Red Green Blue C M Y K H S L
Decimal 206 57 79 0 0.72 0.62 0.19 351.14 0.6 0.52
Hex CE 39 4F 0 48 3E 13 15F 3C 34
Octal 316 71 117 0 110 76 23 537 74 64
Binary 11001110 111001 1001111 0 1001000 111110 10011 101011111 111100 110100

Color Harmonies of #CE394F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE394F

Black with #CE394F

Text Example


Text Example

White with #CE394F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE394F; }

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

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

background-color css

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

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

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

border-color css

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

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

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