Html Css Color HEX #CE185F Ruby

📋 copy color: '#CE185F'

red 206 ◦ green 24 ◦ blue 95

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

Shades of Ruby #CE185F

Tints of Ruby #CE185F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.23%

R = 63.38%
G = 7.38%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE185F (or 0xCE185F) is known color: Ruby. HEX triplet: CE, 18 and 5F. RGB value is (206,24,95). Sum of RGB (Red+Green+Blue) = 206+24+95=325 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.38% from 325); Green value is 24 (9.77% from 255 or 7.38% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 206 - color contains mainly: red. Hex color #CE185F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE185F is #31E7A0. Grayscale: #565656. Windows color (decimal): -3270561 or 6232270. OLE color: 6232270.

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

Color convert

RGB 206 24 95 -
CMYK 0 0.88 0.54 0.19
HSL 336.59º 0.79% 0.45% -
HSV(B) 336.59º 0.88% 0.81% -
XYZ 27.85 14.6 12.18 -
YUV 86.51 132.8 213.23 -
System Red Green Blue C M Y K H S L
Decimal 206 24 95 0 0.88 0.54 0.19 336.59 0.79 0.45
Hex CE 18 5F 0 58 36 13 151 4F 2D
Octal 316 30 137 0 130 66 23 521 117 55
Binary 11001110 11000 1011111 0 1011000 110110 10011 101010001 1001111 101101

Color Harmonies of #CE185F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE185F

Black with #CE185F

Text Example


Text Example

White with #CE185F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE185F; }

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

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

background-color css

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

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

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

border-color css

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

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

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