Html Css Color HEX #CE166A Ruby

📋 copy color: '#CE166A'

red 206 ◦ green 22 ◦ blue 106

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

Shades of Ruby #CE166A

Tints of Ruby #CE166A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.59%

 BLUE value IS 106 (41.8% from 255) = 31.74%

R = 61.68%
G = 6.59%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CE166A (or 0xCE166A) is known color: Ruby. HEX triplet: CE, 16 and 6A. RGB value is (206,22,106). Sum of RGB (Red+Green+Blue) = 206+22+106=334 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.68% from 334); Green value is 22 (8.98% from 255 or 6.59% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 206 - color contains mainly: red. Hex color #CE166A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE166A is #31E995. Grayscale: #565656. Windows color (decimal): -3271062 or 6952654. OLE color: 6952654.

HSL color Cylindrical-coordinate representation of color #CE166A: hue angle of 332.61º degrees, saturation: 0.81, 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 #CE166A is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 22 106 -
CMYK 0 0.89 0.49 0.19
HSL 332.61º 0.81% 0.45% -
HSV(B) 332.61º 0.89% 0.81% -
XYZ 28.34 14.74 14.99 -
YUV 86.59 138.96 213.17 -
System Red Green Blue C M Y K H S L
Decimal 206 22 106 0 0.89 0.49 0.19 332.61 0.81 0.45
Hex CE 16 6A 0 59 31 13 14D 51 2D
Octal 316 26 152 0 131 61 23 515 121 55
Binary 11001110 10110 1101010 0 1011001 110001 10011 101001101 1010001 101101

Color Harmonies of #CE166A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE166A

Black with #CE166A

Text Example


Text Example

White with #CE166A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE166A; }

 p { color: rgb(206,22,106); }

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

background-color css

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

 a { background-color: rgb(206,22,106); }

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

border-color css

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

 span { border-color: rgb(206,22,106); }

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