Html Css Color HEX #CE2955 Old Rose

📋 copy color: '#CE2955'

red 206 ◦ green 41 ◦ blue 85

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

Shades of Old Rose #CE2955

Tints of Old Rose #CE2955

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.35%

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

R = 62.05%
G = 12.35%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CE2955 (or 0xCE2955) is known color: Old Rose. HEX triplet: CE, 29 and 55. RGB value is (206,41,85). Sum of RGB (Red+Green+Blue) = 206+41+85=332 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.05% from 332); Green value is 41 (16.41% from 255 or 12.35% from 332); Blue value is 85 (33.59% from 255 or 25.60% from 332); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2955 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2955 is #31D6AA. Grayscale: #5F5F5F. Windows color (decimal): -3266219 or 5581262. OLE color: 5581262.

HSL color Cylindrical-coordinate representation of color #CE2955: hue angle of 344º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE2955 is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 41 85 -
CMYK 0 0.80 0.59 0.19
HSL 344º 0.67% 0.48% -
HSV(B) 344º 0.8% 0.81% -
XYZ 27.89 15.36 10.09 -
YUV 95.35 122.16 206.92 -
System Red Green Blue C M Y K H S L
Decimal 206 41 85 0 0.80 0.59 0.19 344 0.67 0.48
Hex CE 29 55 0 50 3B 13 158 43 30
Octal 316 51 125 0 120 73 23 530 103 60
Binary 11001110 101001 1010101 0 1010000 111011 10011 101011000 1000011 110000

Color Harmonies of #CE2955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2955

Black with #CE2955

Text Example


Text Example

White with #CE2955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2955; }

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

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

background-color css

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

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

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

border-color css

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

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

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