Html Css Color HEX #CE374F Old Rose

📋 copy color: '#CE374F'

red 206 ◦ green 55 ◦ blue 79

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

Shades of Old Rose #CE374F

Tints of Old Rose #CE374F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.24%

R = 60.59%
G = 16.18%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CE374F (or 0xCE374F) is known color: Old Rose. HEX triplet: CE, 37 and 4F. RGB value is (206,55,79). Sum of RGB (Red+Green+Blue) = 206+55+79=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 55 (21.88% from 255 or 16.18% from 340); Blue value is 79 (31.25% from 255 or 23.24% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE374F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE374F is #31C8B0. Grayscale: #666666. Windows color (decimal): -3262641 or 5191630. OLE color: 5191630.

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

Color convert

RGB 206 55 79 -
CMYK 0 0.73 0.62 0.19
HSL 350.46º 0.61% 0.51% -
HSV(B) 350.46º 0.73% 0.81% -
XYZ 28.23 16.42 9.08 -
YUV 102.89 114.53 201.55 -
System Red Green Blue C M Y K H S L
Decimal 206 55 79 0 0.73 0.62 0.19 350.46 0.61 0.51
Hex CE 37 4F 0 49 3E 13 15E 3D 33
Octal 316 67 117 0 111 76 23 536 75 63
Binary 11001110 110111 1001111 0 1001001 111110 10011 101011110 111101 110011

Color Harmonies of #CE374F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE374F

Black with #CE374F

Text Example


Text Example

White with #CE374F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE374F; }

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

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

background-color css

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

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

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

border-color css

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

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

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