Html Css Color HEX #CE3A50 Old Rose

📋 copy color: '#CE3A50'

red 206 ◦ green 58 ◦ blue 80

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

Shades of Old Rose #CE3A50

Tints of Old Rose #CE3A50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.26%

R = 59.88%
G = 16.86%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CE3A50 (or 0xCE3A50) is known color: Old Rose. HEX triplet: CE, 3A and 50. RGB value is (206,58,80). Sum of RGB (Red+Green+Blue) = 206+58+80=344 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.88% from 344); Green value is 58 (23.05% from 255 or 16.86% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3A50 is #31C5AF. Grayscale: #686868. Windows color (decimal): -3261872 or 5257934. OLE color: 5257934.

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

Color convert

RGB 206 58 80 -
CMYK 0 0.72 0.61 0.19
HSL 351.08º 0.6% 0.52% -
HSV(B) 351.08º 0.72% 0.81% -
XYZ 28.41 16.73 9.32 -
YUV 104.76 114.03 200.21 -
System Red Green Blue C M Y K H S L
Decimal 206 58 80 0 0.72 0.61 0.19 351.08 0.6 0.52
Hex CE 3A 50 0 48 3D 13 15F 3C 34
Octal 316 72 120 0 110 75 23 537 74 64
Binary 11001110 111010 1010000 0 1001000 111101 10011 101011111 111100 110100

Color Harmonies of #CE3A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3A50

Black with #CE3A50

Text Example


Text Example

White with #CE3A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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