Html Css Color HEX #CE185C Ruby

📋 copy color: '#CE185C'

red 206 ◦ green 24 ◦ blue 92

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

Shades of Ruby #CE185C

Tints of Ruby #CE185C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.57%

R = 63.98%
G = 7.45%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CE185C (or 0xCE185C) is known color: Ruby. HEX triplet: CE, 18 and 5C. RGB value is (206,24,92). Sum of RGB (Red+Green+Blue) = 206+24+92=322 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.98% from 322); Green value is 24 (9.77% from 255 or 7.45% from 322); Blue value is 92 (36.33% from 255 or 28.57% from 322); Max value from RGB is 206 - color contains mainly: red. Hex color #CE185C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE185C is #31E7A3. Grayscale: #565656. Windows color (decimal): -3270564 or 6035662. OLE color: 6035662.

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

Color convert

RGB 206 24 92 -
CMYK 0 0.88 0.55 0.19
HSL 337.58º 0.79% 0.45% -
HSV(B) 337.58º 0.88% 0.81% -
XYZ 27.71 14.55 11.47 -
YUV 86.17 131.3 213.47 -
System Red Green Blue C M Y K H S L
Decimal 206 24 92 0 0.88 0.55 0.19 337.58 0.79 0.45
Hex CE 18 5C 0 58 37 13 152 4F 2D
Octal 316 30 134 0 130 67 23 522 117 55
Binary 11001110 11000 1011100 0 1011000 110111 10011 101010010 1001111 101101

Color Harmonies of #CE185C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE185C

Black with #CE185C

Text Example


Text Example

White with #CE185C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE185C; }

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

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

background-color css

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

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

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

border-color css

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

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

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