Html Css Color HEX #CE344E Old Rose

📋 copy color: '#CE344E'

red 206 ◦ green 52 ◦ blue 78

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

Shades of Old Rose #CE344E

Tints of Old Rose #CE344E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.48%

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

R = 61.31%
G = 15.48%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CE344E (or 0xCE344E) is known color: Old Rose. HEX triplet: CE, 34 and 4E. RGB value is (206,52,78). Sum of RGB (Red+Green+Blue) = 206+52+78=336 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.31% from 336); Green value is 52 (20.70% from 255 or 15.48% from 336); Blue value is 78 (30.86% from 255 or 23.21% from 336); Max value from RGB is 206 - color contains mainly: red. Hex color #CE344E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE344E is #31CBB1. Grayscale: #656565. Windows color (decimal): -3263410 or 5125326. OLE color: 5125326.

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

Color convert

RGB 206 52 78 -
CMYK 0 0.75 0.62 0.19
HSL 349.87º 0.61% 0.51% -
HSV(B) 349.87º 0.75% 0.81% -
XYZ 28.06 16.13 8.84 -
YUV 101.01 115.02 202.89 -
System Red Green Blue C M Y K H S L
Decimal 206 52 78 0 0.75 0.62 0.19 349.87 0.61 0.51
Hex CE 34 4E 0 4B 3E 13 15E 3D 33
Octal 316 64 116 0 113 76 23 536 75 63
Binary 11001110 110100 1001110 0 1001011 111110 10011 101011110 111101 110011

Color Harmonies of #CE344E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE344E

Black with #CE344E

Text Example


Text Example

White with #CE344E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE344E; }

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

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

background-color css

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

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

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

border-color css

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

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

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