Html Css Color HEX #CE186A Ruby

📋 copy color: '#CE186A'

red 206 ◦ green 24 ◦ blue 106

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

Shades of Ruby #CE186A

Tints of Ruby #CE186A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.55%

R = 61.31%
G = 7.14%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CE186A (or 0xCE186A) is known color: Ruby. HEX triplet: CE, 18 and 6A. RGB value is (206,24,106). Sum of RGB (Red+Green+Blue) = 206+24+106=336 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.31% from 336); Green value is 24 (9.77% from 255 or 7.14% from 336); Blue value is 106 (41.80% from 255 or 31.55% from 336); Max value from RGB is 206 - color contains mainly: red. Hex color #CE186A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE186A is #31E795. Grayscale: #575757. Windows color (decimal): -3270550 or 6953166. OLE color: 6953166.

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

Color convert

RGB 206 24 106 -
CMYK 0 0.88 0.49 0.19
HSL 332.97º 0.79% 0.45% -
HSV(B) 332.97º 0.88% 0.81% -
XYZ 28.38 14.82 15 -
YUV 87.77 138.3 212.33 -
System Red Green Blue C M Y K H S L
Decimal 206 24 106 0 0.88 0.49 0.19 332.97 0.79 0.45
Hex CE 18 6A 0 58 31 13 14D 4F 2D
Octal 316 30 152 0 130 61 23 515 117 55
Binary 11001110 11000 1101010 0 1011000 110001 10011 101001101 1001111 101101

Color Harmonies of #CE186A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE186A

Black with #CE186A

Text Example


Text Example

White with #CE186A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE186A; }

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

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

background-color css

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

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

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

border-color css

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

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

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