Html Css Color HEX #CE1661 Ruby

📋 copy color: '#CE1661'

red 206 ◦ green 22 ◦ blue 97

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

Shades of Ruby #CE1661

Tints of Ruby #CE1661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.85%

R = 63.38%
G = 6.77%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE1661 (or 0xCE1661) is known color: Ruby. HEX triplet: CE, 16 and 61. RGB value is (206,22,97). Sum of RGB (Red+Green+Blue) = 206+22+97=325 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.38% from 325); Green value is 22 (8.98% from 255 or 6.77% from 325); Blue value is 97 (38.28% from 255 or 29.85% from 325); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1661 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1661 is #31E99E. Grayscale: #555555. Windows color (decimal): -3271071 or 6362830. OLE color: 6362830.

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

Color convert

RGB 206 22 97 -
CMYK 0 0.89 0.53 0.19
HSL 335.54º 0.81% 0.45% -
HSV(B) 335.54º 0.89% 0.81% -
XYZ 27.9 14.56 12.65 -
YUV 85.57 134.46 213.9 -
System Red Green Blue C M Y K H S L
Decimal 206 22 97 0 0.89 0.53 0.19 335.54 0.81 0.45
Hex CE 16 61 0 59 35 13 150 51 2D
Octal 316 26 141 0 131 65 23 520 121 55
Binary 11001110 10110 1100001 0 1011001 110101 10011 101010000 1010001 101101

Color Harmonies of #CE1661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1661

Black with #CE1661

Text Example


Text Example

White with #CE1661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1661; }

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

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

background-color css

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

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

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

border-color css

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

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

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