Html Css Color HEX #CE195F Ruby

📋 copy color: '#CE195F'

red 206 ◦ green 25 ◦ blue 95

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

Shades of Ruby #CE195F

Tints of Ruby #CE195F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.67%

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

R = 63.19%
G = 7.67%
B = 29.14%

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

#CE195F (or 0xCE195F) is known color: Ruby. HEX triplet: CE, 19 and 5F. RGB value is (206,25,95). Sum of RGB (Red+Green+Blue) = 206+25+95=326 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.19% from 326); Green value is 25 (10.16% from 255 or 7.67% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 206 - color contains mainly: red. Hex color #CE195F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE195F is #31E6A0. Grayscale: #575757. Windows color (decimal): -3270305 or 6232526. OLE color: 6232526.

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

Color convert

RGB 206 25 95 -
CMYK 0 0.88 0.54 0.19
HSL 336.8º 0.78% 0.45% -
HSV(B) 336.8º 0.88% 0.81% -
XYZ 27.87 14.64 12.18 -
YUV 87.1 132.47 212.81 -
System Red Green Blue C M Y K H S L
Decimal 206 25 95 0 0.88 0.54 0.19 336.8 0.78 0.45
Hex CE 19 5F 0 58 36 13 151 4E 2D
Octal 316 31 137 0 130 66 23 521 116 55
Binary 11001110 11001 1011111 0 1011000 110110 10011 101010001 1001110 101101

Color Harmonies of #CE195F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE195F

Black with #CE195F

Text Example


Text Example

White with #CE195F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE195F; }

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

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

background-color css

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

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

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

border-color css

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

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

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