Html Css Color HEX #CE2256 Old Rose

📋 copy color: '#CE2256'

red 206 ◦ green 34 ◦ blue 86

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

Shades of Old Rose #CE2256

Tints of Old Rose #CE2256

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.43%

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

R = 63.19%
G = 10.43%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CE2256 (or 0xCE2256) is known color: Old Rose. HEX triplet: CE, 22 and 56. RGB value is (206,34,86). Sum of RGB (Red+Green+Blue) = 206+34+86=326 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.19% from 326); Green value is 34 (13.67% from 255 or 10.43% from 326); Blue value is 86 (33.98% from 255 or 26.38% from 326); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2256 is #31DDA9. Grayscale: #5B5B5B. Windows color (decimal): -3268010 or 5645006. OLE color: 5645006.

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

Color convert

RGB 206 34 86 -
CMYK 0 0.83 0.58 0.19
HSL 341.86º 0.72% 0.47% -
HSV(B) 341.86º 0.83% 0.81% -
XYZ 27.71 14.94 10.23 -
YUV 91.36 124.98 209.77 -
System Red Green Blue C M Y K H S L
Decimal 206 34 86 0 0.83 0.58 0.19 341.86 0.72 0.47
Hex CE 22 56 0 53 3A 13 156 48 2F
Octal 316 42 126 0 123 72 23 526 110 57
Binary 11001110 100010 1010110 0 1010011 111010 10011 101010110 1001000 101111

Color Harmonies of #CE2256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2256

Black with #CE2256

Text Example


Text Example

White with #CE2256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2256; }

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

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

background-color css

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

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

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

border-color css

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

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

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