Html Css Color HEX #CE3452 Old Rose

📋 copy color: '#CE3452'

red 206 ◦ green 52 ◦ blue 82

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

Shades of Old Rose #CE3452

Tints of Old Rose #CE3452

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.29%

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

R = 60.59%
G = 15.29%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CE3452 (or 0xCE3452) is known color: Old Rose. HEX triplet: CE, 34 and 52. RGB value is (206,52,82). Sum of RGB (Red+Green+Blue) = 206+52+82=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 52 (20.70% from 255 or 15.29% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3452 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3452 is #31CBAD. Grayscale: #656565. Windows color (decimal): -3263406 or 5387470. OLE color: 5387470.

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

Color convert

RGB 206 52 82 -
CMYK 0 0.75 0.60 0.19
HSL 348.31º 0.61% 0.51% -
HSV(B) 348.31º 0.75% 0.81% -
XYZ 28.2 16.19 9.62 -
YUV 101.47 117.02 202.56 -
System Red Green Blue C M Y K H S L
Decimal 206 52 82 0 0.75 0.60 0.19 348.31 0.61 0.51
Hex CE 34 52 0 4B 3C 13 15C 3D 33
Octal 316 64 122 0 113 74 23 534 75 63
Binary 11001110 110100 1010010 0 1001011 111100 10011 101011100 111101 110011

Color Harmonies of #CE3452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3452

Black with #CE3452

Text Example


Text Example

White with #CE3452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3452; }

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

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

background-color css

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

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

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

border-color css

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

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

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