Html Css Color HEX #CE2658 Old Rose

📋 copy color: '#CE2658'

red 206 ◦ green 38 ◦ blue 88

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

Shades of Old Rose #CE2658

Tints of Old Rose #CE2658

RGB

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

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

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

R = 62.05%
G = 11.45%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CE2658 (or 0xCE2658) is known color: Old Rose. HEX triplet: CE, 26 and 58. RGB value is (206,38,88). Sum of RGB (Red+Green+Blue) = 206+38+88=332 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.05% from 332); Green value is 38 (15.23% from 255 or 11.45% from 332); Blue value is 88 (34.77% from 255 or 26.51% from 332); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2658 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2658 is #31D9A7. Grayscale: #5D5D5D. Windows color (decimal): -3266984 or 5777102. OLE color: 5777102.

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

Color convert

RGB 206 38 88 -
CMYK 0 0.82 0.57 0.19
HSL 342.14º 0.69% 0.48% -
HSV(B) 342.14º 0.82% 0.81% -
XYZ 27.91 15.21 10.7 -
YUV 93.93 124.66 207.93 -
System Red Green Blue C M Y K H S L
Decimal 206 38 88 0 0.82 0.57 0.19 342.14 0.69 0.48
Hex CE 26 58 0 52 39 13 156 45 30
Octal 316 46 130 0 122 71 23 526 105 60
Binary 11001110 100110 1011000 0 1010010 111001 10011 101010110 1000101 110000

Color Harmonies of #CE2658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2658

Black with #CE2658

Text Example


Text Example

White with #CE2658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2658; }

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

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

background-color css

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

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

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

border-color css

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

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

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