Html Css Color HEX #CE3755 Old Rose

📋 copy color: '#CE3755'

red 206 ◦ green 55 ◦ blue 85

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

Shades of Old Rose #CE3755

Tints of Old Rose #CE3755

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.9%

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

R = 59.54%
G = 15.9%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CE3755 (or 0xCE3755) is known color: Old Rose. HEX triplet: CE, 37 and 55. RGB value is (206,55,85). Sum of RGB (Red+Green+Blue) = 206+55+85=346 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.54% from 346); Green value is 55 (21.88% from 255 or 15.90% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3755 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3755 is #31C8AA. Grayscale: #676767. Windows color (decimal): -3262635 or 5584846. OLE color: 5584846.

HSL color Cylindrical-coordinate representation of color #CE3755: hue angle of 348.08º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE3755 is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 55 85 -
CMYK 0 0.73 0.59 0.19
HSL 348.08º 0.61% 0.51% -
HSV(B) 348.08º 0.73% 0.81% -
XYZ 28.46 16.51 10.28 -
YUV 103.57 117.53 201.06 -
System Red Green Blue C M Y K H S L
Decimal 206 55 85 0 0.73 0.59 0.19 348.08 0.61 0.51
Hex CE 37 55 0 49 3B 13 15C 3D 33
Octal 316 67 125 0 111 73 23 534 75 63
Binary 11001110 110111 1010101 0 1001001 111011 10011 101011100 111101 110011

Color Harmonies of #CE3755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3755

Black with #CE3755

Text Example


Text Example

White with #CE3755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3755; }

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

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

background-color css

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

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

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

border-color css

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

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

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