Html Css Color HEX #CE2657 Old Rose

📋 copy color: '#CE2657'

red 206 ◦ green 38 ◦ blue 87

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

Shades of Old Rose #CE2657

Tints of Old Rose #CE2657

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.48%

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

R = 62.24%
G = 11.48%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CE2657 (or 0xCE2657) is known color: Old Rose. HEX triplet: CE, 26 and 57. RGB value is (206,38,87). Sum of RGB (Red+Green+Blue) = 206+38+87=331 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.24% from 331); Green value is 38 (15.23% from 255 or 11.48% from 331); Blue value is 87 (34.38% from 255 or 26.28% from 331); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2657 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2657 is #31D9A8. Grayscale: #5D5D5D. Windows color (decimal): -3266985 or 5711566. OLE color: 5711566.

HSL color Cylindrical-coordinate representation of color #CE2657: hue angle of 342.5º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE2657 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 38 87 -
CMYK 0 0.82 0.58 0.19
HSL 342.5º 0.69% 0.48% -
HSV(B) 342.5º 0.82% 0.81% -
XYZ 27.87 15.2 10.48 -
YUV 93.82 124.16 208.02 -
System Red Green Blue C M Y K H S L
Decimal 206 38 87 0 0.82 0.58 0.19 342.5 0.69 0.48
Hex CE 26 57 0 52 3A 13 156 45 30
Octal 316 46 127 0 122 72 23 526 105 60
Binary 11001110 100110 1010111 0 1010010 111010 10011 101010110 1000101 110000

Color Harmonies of #CE2657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2657

Black with #CE2657

Text Example


Text Example

White with #CE2657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2657; }

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

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

background-color css

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

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

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

border-color css

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

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

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