Html Css Color HEX #CE3D54 Old Rose

📋 copy color: '#CE3D54'

red 206 ◦ green 61 ◦ blue 84

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

Shades of Old Rose #CE3D54

Tints of Old Rose #CE3D54

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.38%

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

R = 58.69%
G = 17.38%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CE3D54 (or 0xCE3D54) is known color: Old Rose. HEX triplet: CE, 3D and 54. RGB value is (206,61,84). Sum of RGB (Red+Green+Blue) = 206+61+84=351 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.69% from 351); Green value is 61 (24.22% from 255 or 17.38% from 351); Blue value is 84 (33.20% from 255 or 23.93% from 351); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3D54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3D54 is #31C2AB. Grayscale: #6B6B6B. Windows color (decimal): -3261100 or 5520846. OLE color: 5520846.

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

Color convert

RGB 206 61 84 -
CMYK 0 0.70 0.59 0.19
HSL 350.48º 0.6% 0.52% -
HSV(B) 350.48º 0.7% 0.81% -
XYZ 28.72 17.1 10.17 -
YUV 106.98 115.04 198.63 -
System Red Green Blue C M Y K H S L
Decimal 206 61 84 0 0.70 0.59 0.19 350.48 0.6 0.52
Hex CE 3D 54 0 46 3B 13 15E 3C 34
Octal 316 75 124 0 106 73 23 536 74 64
Binary 11001110 111101 1010100 0 1000110 111011 10011 101011110 111100 110100

Color Harmonies of #CE3D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3D54

Black with #CE3D54

Text Example


Text Example

White with #CE3D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3D54; }

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

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

background-color css

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

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

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

border-color css

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

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

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