Html Css Color HEX #CE186F Ruby

📋 copy color: '#CE186F'

red 206 ◦ green 24 ◦ blue 111

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

Shades of Ruby #CE186F

Tints of Ruby #CE186F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.04%

 BLUE value IS 111 (43.75% from 255) = 32.55%

R = 60.41%
G = 7.04%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CE186F (or 0xCE186F) is known color: Ruby. HEX triplet: CE, 18 and 6F. RGB value is (206,24,111). Sum of RGB (Red+Green+Blue) = 206+24+111=341 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.41% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 111 (43.75% from 255 or 32.55% from 341); Max value from RGB is 206 - color contains mainly: red. Hex color #CE186F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE186F is #31E790. Grayscale: #585858. Windows color (decimal): -3270545 or 7280846. OLE color: 7280846.

HSL color Cylindrical-coordinate representation of color #CE186F: hue angle of 331.32º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE186F is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 24 111 -
CMYK 0 0.88 0.46 0.19
HSL 331.32º 0.79% 0.45% -
HSV(B) 331.32º 0.88% 0.81% -
XYZ 28.65 14.92 16.41 -
YUV 88.34 140.8 211.93 -
System Red Green Blue C M Y K H S L
Decimal 206 24 111 0 0.88 0.46 0.19 331.32 0.79 0.45
Hex CE 18 6F 0 58 2E 13 14B 4F 2D
Octal 316 30 157 0 130 56 23 513 117 55
Binary 11001110 11000 1101111 0 1011000 101110 10011 101001011 1001111 101101

Color Harmonies of #CE186F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE186F

Black with #CE186F

Text Example


Text Example

White with #CE186F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE186F; }

 p { color: rgb(206,24,111); }

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

background-color css

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

 a { background-color: rgb(206,24,111); }

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

border-color css

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

 span { border-color: rgb(206,24,111); }

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