Html Css Color HEX #CE3750 Old Rose

📋 copy color: '#CE3750'

red 206 ◦ green 55 ◦ blue 80

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

Shades of Old Rose #CE3750

Tints of Old Rose #CE3750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.46%

R = 60.41%
G = 16.13%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CE3750 (or 0xCE3750) is known color: Old Rose. HEX triplet: CE, 37 and 50. RGB value is (206,55,80). Sum of RGB (Red+Green+Blue) = 206+55+80=341 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.41% from 341); Green value is 55 (21.88% from 255 or 16.13% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3750 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3750 is #31C8AF. Grayscale: #676767. Windows color (decimal): -3262640 or 5257166. OLE color: 5257166.

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

Color convert

RGB 206 55 80 -
CMYK 0 0.73 0.61 0.19
HSL 350.07º 0.61% 0.51% -
HSV(B) 350.07º 0.73% 0.81% -
XYZ 28.27 16.43 9.27 -
YUV 103 115.03 201.47 -
System Red Green Blue C M Y K H S L
Decimal 206 55 80 0 0.73 0.61 0.19 350.07 0.61 0.51
Hex CE 37 50 0 49 3D 13 15E 3D 33
Octal 316 67 120 0 111 75 23 536 75 63
Binary 11001110 110111 1010000 0 1001001 111101 10011 101011110 111101 110011

Color Harmonies of #CE3750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3750

Black with #CE3750

Text Example


Text Example

White with #CE3750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3750; }

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

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

background-color css

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

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

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

border-color css

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

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

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