Html Css Color HEX #CE196D Ruby

📋 copy color: '#CE196D'

red 206 ◦ green 25 ◦ blue 109

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

Shades of Ruby #CE196D

Tints of Ruby #CE196D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.06%

R = 60.59%
G = 7.35%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CE196D (or 0xCE196D) is known color: Ruby. HEX triplet: CE, 19 and 6D. RGB value is (206,25,109). Sum of RGB (Red+Green+Blue) = 206+25+109=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 25 (10.16% from 255 or 7.35% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE196D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE196D is #31E692. Grayscale: #585858. Windows color (decimal): -3270291 or 7150030. OLE color: 7150030.

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

Color convert

RGB 206 25 109 -
CMYK 0 0.88 0.47 0.19
HSL 332.15º 0.78% 0.45% -
HSV(B) 332.15º 0.88% 0.81% -
XYZ 28.56 14.92 15.84 -
YUV 88.7 139.47 211.67 -
System Red Green Blue C M Y K H S L
Decimal 206 25 109 0 0.88 0.47 0.19 332.15 0.78 0.45
Hex CE 19 6D 0 58 2F 13 14C 4E 2D
Octal 316 31 155 0 130 57 23 514 116 55
Binary 11001110 11001 1101101 0 1011000 101111 10011 101001100 1001110 101101

Color Harmonies of #CE196D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE196D

Black with #CE196D

Text Example


Text Example

White with #CE196D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE196D; }

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

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

background-color css

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

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

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

border-color css

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

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

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