Html Css Color HEX #CE2756 Old Rose

📋 copy color: '#CE2756'

red 206 ◦ green 39 ◦ blue 86

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

Shades of Old Rose #CE2756

Tints of Old Rose #CE2756

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.78%

 BLUE value IS 86 (33.98% from 255) = 25.98%

R = 62.24%
G = 11.78%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CE2756 (or 0xCE2756) is known color: Old Rose. HEX triplet: CE, 27 and 56. RGB value is (206,39,86). Sum of RGB (Red+Green+Blue) = 206+39+86=331 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.24% from 331); Green value is 39 (15.62% from 255 or 11.78% from 331); Blue value is 86 (33.98% from 255 or 25.98% from 331); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2756 is #31D8A9. Grayscale: #5E5E5E. Windows color (decimal): -3266730 or 5646286. OLE color: 5646286.

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

Color convert

RGB 206 39 86 -
CMYK 0 0.81 0.58 0.19
HSL 343.11º 0.68% 0.48% -
HSV(B) 343.11º 0.81% 0.81% -
XYZ 27.86 15.24 10.28 -
YUV 94.29 123.33 207.68 -
System Red Green Blue C M Y K H S L
Decimal 206 39 86 0 0.81 0.58 0.19 343.11 0.68 0.48
Hex CE 27 56 0 51 3A 13 157 44 30
Octal 316 47 126 0 121 72 23 527 104 60
Binary 11001110 100111 1010110 0 1010001 111010 10011 101010111 1000100 110000

Color Harmonies of #CE2756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2756

Black with #CE2756

Text Example


Text Example

White with #CE2756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2756; }

 p { color: rgb(206,39,86); }

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

background-color css

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

 a { background-color: rgb(206,39,86); }

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

border-color css

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

 span { border-color: rgb(206,39,86); }

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