Html Css Color HEX #CE354E Old Rose

📋 copy color: '#CE354E'

red 206 ◦ green 53 ◦ blue 78

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

Shades of Old Rose #CE354E

Tints of Old Rose #CE354E

RGB

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

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

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

R = 61.13%
G = 15.73%
B = 23.15%

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

#CE354E (or 0xCE354E) is known color: Old Rose. HEX triplet: CE, 35 and 4E. RGB value is (206,53,78). Sum of RGB (Red+Green+Blue) = 206+53+78=337 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.13% from 337); Green value is 53 (21.09% from 255 or 15.73% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 206 - color contains mainly: red. Hex color #CE354E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE354E is #31CAB1. Grayscale: #656565. Windows color (decimal): -3263154 or 5125582. OLE color: 5125582.

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

Color convert

RGB 206 53 78 -
CMYK 0 0.74 0.62 0.19
HSL 350.2º 0.61% 0.51% -
HSV(B) 350.2º 0.74% 0.81% -
XYZ 28.1 16.22 8.86 -
YUV 101.6 114.69 202.47 -
System Red Green Blue C M Y K H S L
Decimal 206 53 78 0 0.74 0.62 0.19 350.2 0.61 0.51
Hex CE 35 4E 0 4A 3E 13 15E 3D 33
Octal 316 65 116 0 112 76 23 536 75 63
Binary 11001110 110101 1001110 0 1001010 111110 10011 101011110 111101 110011

Color Harmonies of #CE354E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE354E

Black with #CE354E

Text Example


Text Example

White with #CE354E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE354E; }

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

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

background-color css

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

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

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

border-color css

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

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

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