Html Css Color HEX #CE3A56 Old Rose

📋 copy color: '#CE3A56'

red 206 ◦ green 58 ◦ blue 86

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

Shades of Old Rose #CE3A56

Tints of Old Rose #CE3A56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 24.57%

R = 58.86%
G = 16.57%
B = 24.57%

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

#CE3A56 (or 0xCE3A56) is known color: Old Rose. HEX triplet: CE, 3A and 56. RGB value is (206,58,86). Sum of RGB (Red+Green+Blue) = 206+58+86=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 58 (23.05% from 255 or 16.57% from 350); Blue value is 86 (33.98% from 255 or 24.57% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3A56 is #31C5A9. Grayscale: #696969. Windows color (decimal): -3261866 or 5651150. OLE color: 5651150.

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

Color convert

RGB 206 58 86 -
CMYK 0 0.72 0.58 0.19
HSL 348.65º 0.6% 0.52% -
HSV(B) 348.65º 0.72% 0.81% -
XYZ 28.65 16.82 10.54 -
YUV 105.44 117.03 199.72 -
System Red Green Blue C M Y K H S L
Decimal 206 58 86 0 0.72 0.58 0.19 348.65 0.6 0.52
Hex CE 3A 56 0 48 3A 13 15D 3C 34
Octal 316 72 126 0 110 72 23 535 74 64
Binary 11001110 111010 1010110 0 1001000 111010 10011 101011101 111100 110100

Color Harmonies of #CE3A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3A56

Black with #CE3A56

Text Example


Text Example

White with #CE3A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3A56; }

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

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

background-color css

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

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

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

border-color css

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

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

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