Html Css Color HEX #CE3658 Old Rose

📋 copy color: '#CE3658'

red 206 ◦ green 54 ◦ blue 88

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

Shades of Old Rose #CE3658

Tints of Old Rose #CE3658

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25.29%

R = 59.2%
G = 15.52%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CE3658 (or 0xCE3658) is known color: Old Rose. HEX triplet: CE, 36 and 58. RGB value is (206,54,88). Sum of RGB (Red+Green+Blue) = 206+54+88=348 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.20% from 348); Green value is 54 (21.48% from 255 or 15.52% from 348); Blue value is 88 (34.77% from 255 or 25.29% from 348); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3658 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3658 is #31C9A7. Grayscale: #676767. Windows color (decimal): -3262888 or 5781198. OLE color: 5781198.

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

Color convert

RGB 206 54 88 -
CMYK 0 0.74 0.57 0.19
HSL 346.58º 0.61% 0.51% -
HSV(B) 346.58º 0.74% 0.81% -
XYZ 28.53 16.46 10.91 -
YUV 103.32 119.36 201.24 -
System Red Green Blue C M Y K H S L
Decimal 206 54 88 0 0.74 0.57 0.19 346.58 0.61 0.51
Hex CE 36 58 0 4A 39 13 15B 3D 33
Octal 316 66 130 0 112 71 23 533 75 63
Binary 11001110 110110 1011000 0 1001010 111001 10011 101011011 111101 110011

Color Harmonies of #CE3658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3658

Black with #CE3658

Text Example


Text Example

White with #CE3658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3658; }

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

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

background-color css

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

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

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

border-color css

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

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

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