Html Css Color HEX #CE3A57 Old Rose

📋 copy color: '#CE3A57'

red 206 ◦ green 58 ◦ blue 87

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

Shades of Old Rose #CE3A57

Tints of Old Rose #CE3A57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 24.79%

R = 58.69%
G = 16.52%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CE3A57 (or 0xCE3A57) is known color: Old Rose. HEX triplet: CE, 3A and 57. RGB value is (206,58,87). Sum of RGB (Red+Green+Blue) = 206+58+87=351 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.69% from 351); Green value is 58 (23.05% from 255 or 16.52% from 351); Blue value is 87 (34.38% from 255 or 24.79% from 351); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3A57 is #31C5A8. Grayscale: #696969. Windows color (decimal): -3261865 or 5716686. OLE color: 5716686.

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

Color convert

RGB 206 58 87 -
CMYK 0 0.72 0.58 0.19
HSL 348.24º 0.6% 0.52% -
HSV(B) 348.24º 0.72% 0.81% -
XYZ 28.69 16.84 10.75 -
YUV 105.56 117.53 199.64 -
System Red Green Blue C M Y K H S L
Decimal 206 58 87 0 0.72 0.58 0.19 348.24 0.6 0.52
Hex CE 3A 57 0 48 3A 13 15C 3C 34
Octal 316 72 127 0 110 72 23 534 74 64
Binary 11001110 111010 1010111 0 1001000 111010 10011 101011100 111100 110100

Color Harmonies of #CE3A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3A57

Black with #CE3A57

Text Example


Text Example

White with #CE3A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3A57; }

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

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

background-color css

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

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

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

border-color css

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

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

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