Html Css Color HEX #CE3752 Old Rose

📋 copy color: '#CE3752'

red 206 ◦ green 55 ◦ blue 82

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

Shades of Old Rose #CE3752

Tints of Old Rose #CE3752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.91%

R = 60.06%
G = 16.03%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CE3752 (or 0xCE3752) is known color: Old Rose. HEX triplet: CE, 37 and 52. RGB value is (206,55,82). Sum of RGB (Red+Green+Blue) = 206+55+82=343 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.06% from 343); Green value is 55 (21.88% from 255 or 16.03% from 343); Blue value is 82 (32.42% from 255 or 23.91% from 343); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3752 is #31C8AD. Grayscale: #676767. Windows color (decimal): -3262638 or 5388238. OLE color: 5388238.

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

Color convert

RGB 206 55 82 -
CMYK 0 0.73 0.60 0.19
HSL 349.27º 0.61% 0.51% -
HSV(B) 349.27º 0.73% 0.81% -
XYZ 28.34 16.46 9.67 -
YUV 103.23 116.03 201.3 -
System Red Green Blue C M Y K H S L
Decimal 206 55 82 0 0.73 0.60 0.19 349.27 0.61 0.51
Hex CE 37 52 0 49 3C 13 15D 3D 33
Octal 316 67 122 0 111 74 23 535 75 63
Binary 11001110 110111 1010010 0 1001001 111100 10011 101011101 111101 110011

Color Harmonies of #CE3752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3752

Black with #CE3752

Text Example


Text Example

White with #CE3752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3752; }

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

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

background-color css

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

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

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

border-color css

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

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

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