Html Css Color HEX #CE2655 Old Rose

📋 copy color: '#CE2655'

red 206 ◦ green 38 ◦ blue 85

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

Shades of Old Rose #CE2655

Tints of Old Rose #CE2655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.84%

R = 62.61%
G = 11.55%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CE2655 (or 0xCE2655) is known color: Old Rose. HEX triplet: CE, 26 and 55. RGB value is (206,38,85). Sum of RGB (Red+Green+Blue) = 206+38+85=329 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.61% from 329); Green value is 38 (15.23% from 255 or 11.55% from 329); Blue value is 85 (33.59% from 255 or 25.84% from 329); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2655 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2655 is #31D9AA. Grayscale: #5D5D5D. Windows color (decimal): -3266987 or 5580494. OLE color: 5580494.

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

Color convert

RGB 206 38 85 -
CMYK 0 0.82 0.59 0.19
HSL 343.21º 0.69% 0.48% -
HSV(B) 343.21º 0.82% 0.81% -
XYZ 27.79 15.16 10.06 -
YUV 93.59 123.16 208.18 -
System Red Green Blue C M Y K H S L
Decimal 206 38 85 0 0.82 0.59 0.19 343.21 0.69 0.48
Hex CE 26 55 0 52 3B 13 157 45 30
Octal 316 46 125 0 122 73 23 527 105 60
Binary 11001110 100110 1010101 0 1010010 111011 10011 101010111 1000101 110000

Color Harmonies of #CE2655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2655

Black with #CE2655

Text Example


Text Example

White with #CE2655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2655; }

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

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

background-color css

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

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

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

border-color css

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

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

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