Html Css Color HEX #CE3858 Old Rose

📋 copy color: '#CE3858'

red 206 ◦ green 56 ◦ blue 88

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

Shades of Old Rose #CE3858

Tints of Old Rose #CE3858

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16%

 BLUE value IS 88 (34.77% from 255) = 25.14%

R = 58.86%
G = 16%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CE3858 (or 0xCE3858) is known color: Old Rose. HEX triplet: CE, 38 and 58. RGB value is (206,56,88). Sum of RGB (Red+Green+Blue) = 206+56+88=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 56 (22.27% from 255 or 16% from 350); Blue value is 88 (34.77% from 255 or 25.14% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3858 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3858 is #31C7A7. Grayscale: #686868. Windows color (decimal): -3262376 or 5781710. OLE color: 5781710.

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

Color convert

RGB 206 56 88 -
CMYK 0 0.73 0.57 0.19
HSL 347.2º 0.6% 0.51% -
HSV(B) 347.2º 0.73% 0.81% -
XYZ 28.63 16.65 10.94 -
YUV 104.5 118.7 200.4 -
System Red Green Blue C M Y K H S L
Decimal 206 56 88 0 0.73 0.57 0.19 347.2 0.6 0.51
Hex CE 38 58 0 49 39 13 15B 3C 33
Octal 316 70 130 0 111 71 23 533 74 63
Binary 11001110 111000 1011000 0 1001001 111001 10011 101011011 111100 110011

Color Harmonies of #CE3858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3858

Black with #CE3858

Text Example


Text Example

White with #CE3858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3858; }

 p { color: rgb(206,56,88); }

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

background-color css

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

 a { background-color: rgb(206,56,88); }

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

border-color css

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

 span { border-color: rgb(206,56,88); }

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