Html Css Color HEX #CE354F Old Rose

📋 copy color: '#CE354F'

red 206 ◦ green 53 ◦ blue 79

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

Shades of Old Rose #CE354F

Tints of Old Rose #CE354F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.68%

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

R = 60.95%
G = 15.68%
B = 23.37%

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

#CE354F (or 0xCE354F) is known color: Old Rose. HEX triplet: CE, 35 and 4F. RGB value is (206,53,79). Sum of RGB (Red+Green+Blue) = 206+53+79=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 53 (21.09% from 255 or 15.68% from 338); Blue value is 79 (31.25% from 255 or 23.37% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE354F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE354F is #31CAB0. Grayscale: #656565. Windows color (decimal): -3263153 or 5191118. OLE color: 5191118.

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

Color convert

RGB 206 53 79 -
CMYK 0 0.74 0.62 0.19
HSL 349.8º 0.61% 0.51% -
HSV(B) 349.8º 0.74% 0.81% -
XYZ 28.14 16.23 9.05 -
YUV 101.71 115.19 202.39 -
System Red Green Blue C M Y K H S L
Decimal 206 53 79 0 0.74 0.62 0.19 349.8 0.61 0.51
Hex CE 35 4F 0 4A 3E 13 15E 3D 33
Octal 316 65 117 0 112 76 23 536 75 63
Binary 11001110 110101 1001111 0 1001010 111110 10011 101011110 111101 110011

Color Harmonies of #CE354F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE354F

Black with #CE354F

Text Example


Text Example

White with #CE354F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE354F; }

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

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

background-color css

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

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

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

border-color css

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

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

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