Html Css Color HEX #CE166E Ruby

📋 copy color: '#CE166E'

red 206 ◦ green 22 ◦ blue 110

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

Shades of Ruby #CE166E

Tints of Ruby #CE166E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.54%

R = 60.95%
G = 6.51%
B = 32.54%

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

#CE166E (or 0xCE166E) is known color: Ruby. HEX triplet: CE, 16 and 6E. RGB value is (206,22,110). Sum of RGB (Red+Green+Blue) = 206+22+110=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 22 (8.98% from 255 or 6.51% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE166E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE166E is #31E991. Grayscale: #565656. Windows color (decimal): -3271058 or 7214798. OLE color: 7214798.

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

Color convert

RGB 206 22 110 -
CMYK 0 0.89 0.47 0.19
HSL 331.3º 0.81% 0.45% -
HSV(B) 331.3º 0.89% 0.81% -
XYZ 28.55 14.82 16.11 -
YUV 87.05 140.96 212.84 -
System Red Green Blue C M Y K H S L
Decimal 206 22 110 0 0.89 0.47 0.19 331.3 0.81 0.45
Hex CE 16 6E 0 59 2F 13 14B 51 2D
Octal 316 26 156 0 131 57 23 513 121 55
Binary 11001110 10110 1101110 0 1011001 101111 10011 101001011 1010001 101101

Color Harmonies of #CE166E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE166E

Black with #CE166E

Text Example


Text Example

White with #CE166E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE166E; }

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

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

background-color css

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

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

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

border-color css

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

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

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