Html Css Color HEX #CE3A54 Old Rose

📋 copy color: '#CE3A54'

red 206 ◦ green 58 ◦ blue 84

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

Shades of Old Rose #CE3A54

Tints of Old Rose #CE3A54

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.67%

 BLUE value IS 84 (33.2% from 255) = 24.14%

R = 59.2%
G = 16.67%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CE3A54 (or 0xCE3A54) is known color: Old Rose. HEX triplet: CE, 3A and 54. RGB value is (206,58,84). Sum of RGB (Red+Green+Blue) = 206+58+84=348 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.20% from 348); Green value is 58 (23.05% from 255 or 16.67% from 348); Blue value is 84 (33.20% from 255 or 24.14% from 348); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3A54 is #31C5AB. Grayscale: #696969. Windows color (decimal): -3261868 or 5520078. OLE color: 5520078.

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

Color convert

RGB 206 58 84 -
CMYK 0 0.72 0.59 0.19
HSL 349.46º 0.6% 0.52% -
HSV(B) 349.46º 0.72% 0.81% -
XYZ 28.57 16.79 10.12 -
YUV 105.22 116.03 199.89 -
System Red Green Blue C M Y K H S L
Decimal 206 58 84 0 0.72 0.59 0.19 349.46 0.6 0.52
Hex CE 3A 54 0 48 3B 13 15D 3C 34
Octal 316 72 124 0 110 73 23 535 74 64
Binary 11001110 111010 1010100 0 1001000 111011 10011 101011101 111100 110100

Color Harmonies of #CE3A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3A54

Black with #CE3A54

Text Example


Text Example

White with #CE3A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3A54; }

 p { color: rgb(206,58,84); }

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

background-color css

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

 a { background-color: rgb(206,58,84); }

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

border-color css

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

 span { border-color: rgb(206,58,84); }

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