Html Css Color HEX #CE3653 Old Rose

📋 copy color: '#CE3653'

red 206 ◦ green 54 ◦ blue 83

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

Shades of Old Rose #CE3653

Tints of Old Rose #CE3653

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.74%

 BLUE value IS 83 (32.81% from 255) = 24.2%

R = 60.06%
G = 15.74%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CE3653 (or 0xCE3653) is known color: Old Rose. HEX triplet: CE, 36 and 53. RGB value is (206,54,83). Sum of RGB (Red+Green+Blue) = 206+54+83=343 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.06% from 343); Green value is 54 (21.48% from 255 or 15.74% from 343); Blue value is 83 (32.81% from 255 or 24.20% from 343); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3653 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3653 is #31C9AC. Grayscale: #666666. Windows color (decimal): -3262893 or 5453518. OLE color: 5453518.

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

Color convert

RGB 206 54 83 -
CMYK 0 0.74 0.60 0.19
HSL 348.55º 0.61% 0.51% -
HSV(B) 348.55º 0.74% 0.81% -
XYZ 28.33 16.38 9.85 -
YUV 102.75 116.86 201.64 -
System Red Green Blue C M Y K H S L
Decimal 206 54 83 0 0.74 0.60 0.19 348.55 0.61 0.51
Hex CE 36 53 0 4A 3C 13 15D 3D 33
Octal 316 66 123 0 112 74 23 535 75 63
Binary 11001110 110110 1010011 0 1001010 111100 10011 101011101 111101 110011

Color Harmonies of #CE3653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3653

Black with #CE3653

Text Example


Text Example

White with #CE3653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3653; }

 p { color: rgb(206,54,83); }

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

background-color css

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

 a { background-color: rgb(206,54,83); }

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

border-color css

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

 span { border-color: rgb(206,54,83); }

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