Html Css Color HEX #CE3B55 Old Rose

📋 copy color: '#CE3B55'

red 206 ◦ green 59 ◦ blue 85

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

Shades of Old Rose #CE3B55

Tints of Old Rose #CE3B55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.29%

R = 58.86%
G = 16.86%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CE3B55 (or 0xCE3B55) is known color: Old Rose. HEX triplet: CE, 3B and 55. RGB value is (206,59,85). Sum of RGB (Red+Green+Blue) = 206+59+85=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 59 (23.44% from 255 or 16.86% from 350); Blue value is 85 (33.59% from 255 or 24.29% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3B55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3B55 is #31C4AA. Grayscale: #696969. Windows color (decimal): -3261611 or 5585870. OLE color: 5585870.

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

Color convert

RGB 206 59 85 -
CMYK 0 0.71 0.59 0.19
HSL 349.39º 0.6% 0.52% -
HSV(B) 349.39º 0.71% 0.81% -
XYZ 28.66 16.91 10.35 -
YUV 105.92 116.2 199.39 -
System Red Green Blue C M Y K H S L
Decimal 206 59 85 0 0.71 0.59 0.19 349.39 0.6 0.52
Hex CE 3B 55 0 47 3B 13 15D 3C 34
Octal 316 73 125 0 107 73 23 535 74 64
Binary 11001110 111011 1010101 0 1000111 111011 10011 101011101 111100 110100

Color Harmonies of #CE3B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3B55

Black with #CE3B55

Text Example


Text Example

White with #CE3B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3B55; }

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

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

background-color css

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

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

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

border-color css

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

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

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