Html Css Color HEX #CE176D Ruby

📋 copy color: '#CE176D'

red 206 ◦ green 23 ◦ blue 109

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

Shades of Ruby #CE176D

Tints of Ruby #CE176D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.8%

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

R = 60.95%
G = 6.8%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CE176D (or 0xCE176D) is known color: Ruby. HEX triplet: CE, 17 and 6D. RGB value is (206,23,109). Sum of RGB (Red+Green+Blue) = 206+23+109=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 23 (9.38% from 255 or 6.80% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE176D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE176D is #31E892. Grayscale: #575757. Windows color (decimal): -3270803 or 7149518. OLE color: 7149518.

HSL color Cylindrical-coordinate representation of color #CE176D: hue angle of 331.8º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE176D is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 23 109 -
CMYK 0 0.89 0.47 0.19
HSL 331.8º 0.8% 0.45% -
HSV(B) 331.8º 0.89% 0.81% -
XYZ 28.52 14.84 15.83 -
YUV 87.52 140.13 212.51 -
System Red Green Blue C M Y K H S L
Decimal 206 23 109 0 0.89 0.47 0.19 331.8 0.8 0.45
Hex CE 17 6D 0 59 2F 13 14C 50 2D
Octal 316 27 155 0 131 57 23 514 120 55
Binary 11001110 10111 1101101 0 1011001 101111 10011 101001100 1010000 101101

Color Harmonies of #CE176D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE176D

Black with #CE176D

Text Example


Text Example

White with #CE176D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE176D; }

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

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

background-color css

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

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

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

border-color css

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

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

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