Html Css Color HEX #CE3258 Old Rose

📋 copy color: '#CE3258'

red 206 ◦ green 50 ◦ blue 88

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

Shades of Old Rose #CE3258

Tints of Old Rose #CE3258

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.53%

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

R = 59.88%
G = 14.53%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CE3258 (or 0xCE3258) is known color: Old Rose. HEX triplet: CE, 32 and 58. RGB value is (206,50,88). Sum of RGB (Red+Green+Blue) = 206+50+88=344 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.88% from 344); Green value is 50 (19.92% from 255 or 14.53% from 344); Blue value is 88 (34.77% from 255 or 25.58% from 344); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3258 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3258 is #31CDA7. Grayscale: #646464. Windows color (decimal): -3263912 or 5780174. OLE color: 5780174.

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

Color convert

RGB 206 50 88 -
CMYK 0 0.76 0.57 0.19
HSL 345.38º 0.61% 0.5% -
HSV(B) 345.38º 0.76% 0.81% -
XYZ 28.36 16.11 10.85 -
YUV 100.98 120.68 202.91 -
System Red Green Blue C M Y K H S L
Decimal 206 50 88 0 0.76 0.57 0.19 345.38 0.61 0.5
Hex CE 32 58 0 4C 39 13 159 3D 32
Octal 316 62 130 0 114 71 23 531 75 62
Binary 11001110 110010 1011000 0 1001100 111001 10011 101011001 111101 110010

Color Harmonies of #CE3258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3258

Black with #CE3258

Text Example


Text Example

White with #CE3258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3258; }

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

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

background-color css

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

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

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

border-color css

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

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

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