Html Css Color HEX #CE3B52 Old Rose

📋 copy color: '#CE3B52'

red 206 ◦ green 59 ◦ blue 82

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

Shades of Old Rose #CE3B52

Tints of Old Rose #CE3B52

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17%

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

R = 59.37%
G = 17%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CE3B52 (or 0xCE3B52) is known color: Old Rose. HEX triplet: CE, 3B and 52. RGB value is (206,59,82). Sum of RGB (Red+Green+Blue) = 206+59+82=347 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.37% from 347); Green value is 59 (23.44% from 255 or 17.00% from 347); Blue value is 82 (32.42% from 255 or 23.63% from 347); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3B52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3B52 is #31C4AD. Grayscale: #696969. Windows color (decimal): -3261614 or 5389262. OLE color: 5389262.

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

Color convert

RGB 206 59 82 -
CMYK 0 0.71 0.60 0.19
HSL 350.61º 0.6% 0.52% -
HSV(B) 350.61º 0.71% 0.81% -
XYZ 28.54 16.86 9.73 -
YUV 105.58 114.7 199.63 -
System Red Green Blue C M Y K H S L
Decimal 206 59 82 0 0.71 0.60 0.19 350.61 0.6 0.52
Hex CE 3B 52 0 47 3C 13 15F 3C 34
Octal 316 73 122 0 107 74 23 537 74 64
Binary 11001110 111011 1010010 0 1000111 111100 10011 101011111 111100 110100

Color Harmonies of #CE3B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3B52

Black with #CE3B52

Text Example


Text Example

White with #CE3B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3B52; }

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

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

background-color css

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

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

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

border-color css

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

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

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