Html Css Color HEX #CE3252 Old Rose

📋 copy color: '#CE3252'

red 206 ◦ green 50 ◦ blue 82

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

Shades of Old Rose #CE3252

Tints of Old Rose #CE3252

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.79%

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

R = 60.95%
G = 14.79%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CE3252 (or 0xCE3252) is known color: Old Rose. HEX triplet: CE, 32 and 52. RGB value is (206,50,82). Sum of RGB (Red+Green+Blue) = 206+50+82=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3252 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3252 is #31CDAD. Grayscale: #646464. Windows color (decimal): -3263918 or 5386958. OLE color: 5386958.

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

Color convert

RGB 206 50 82 -
CMYK 0 0.76 0.60 0.19
HSL 347.69º 0.61% 0.5% -
HSV(B) 347.69º 0.76% 0.81% -
XYZ 28.12 16.01 9.59 -
YUV 100.29 117.68 203.4 -
System Red Green Blue C M Y K H S L
Decimal 206 50 82 0 0.76 0.60 0.19 347.69 0.61 0.5
Hex CE 32 52 0 4C 3C 13 15C 3D 32
Octal 316 62 122 0 114 74 23 534 75 62
Binary 11001110 110010 1010010 0 1001100 111100 10011 101011100 111101 110010

Color Harmonies of #CE3252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3252

Black with #CE3252

Text Example


Text Example

White with #CE3252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3252; }

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

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

background-color css

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

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

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

border-color css

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

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

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