Html Css Color HEX #CE186C Ruby

📋 copy color: '#CE186C'

red 206 ◦ green 24 ◦ blue 108

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

Shades of Ruby #CE186C

Tints of Ruby #CE186C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.95%

R = 60.95%
G = 7.1%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CE186C (or 0xCE186C) is known color: Ruby. HEX triplet: CE, 18 and 6C. RGB value is (206,24,108). Sum of RGB (Red+Green+Blue) = 206+24+108=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 24 (9.77% from 255 or 7.10% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE186C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE186C is #31E793. Grayscale: #575757. Windows color (decimal): -3270548 or 7084238. OLE color: 7084238.

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

Color convert

RGB 206 24 108 -
CMYK 0 0.88 0.48 0.19
HSL 332.31º 0.79% 0.45% -
HSV(B) 332.31º 0.88% 0.81% -
XYZ 28.49 14.86 15.55 -
YUV 87.99 139.3 212.17 -
System Red Green Blue C M Y K H S L
Decimal 206 24 108 0 0.88 0.48 0.19 332.31 0.79 0.45
Hex CE 18 6C 0 58 30 13 14C 4F 2D
Octal 316 30 154 0 130 60 23 514 117 55
Binary 11001110 11000 1101100 0 1011000 110000 10011 101001100 1001111 101101

Color Harmonies of #CE186C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE186C

Black with #CE186C

Text Example


Text Example

White with #CE186C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE186C; }

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

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

background-color css

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

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

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

border-color css

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

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

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