Html Css Color HEX #CE1061 Ruby

📋 copy color: '#CE1061'

red 206 ◦ green 16 ◦ blue 97

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

Shades of Ruby #CE1061

Tints of Ruby #CE1061

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.02%

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

R = 64.58%
G = 5.02%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE1061 (or 0xCE1061) is known color: Ruby. HEX triplet: CE, 10 and 61. RGB value is (206,16,97). Sum of RGB (Red+Green+Blue) = 206+16+97=319 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.58% from 319); Green value is 16 (6.64% from 255 or 5.02% from 319); Blue value is 97 (38.28% from 255 or 30.41% from 319); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1061 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1061 is #31EF9E. Grayscale: #515151. Windows color (decimal): -3272607 or 6361294. OLE color: 6361294.

HSL color Cylindrical-coordinate representation of color #CE1061: hue angle of 334.42º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE1061 is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 16 97 -
CMYK 0 0.92 0.53 0.19
HSL 334.42º 0.86% 0.44% -
HSV(B) 334.42º 0.92% 0.81% -
XYZ 27.8 14.36 12.62 -
YUV 82.04 136.45 216.41 -
System Red Green Blue C M Y K H S L
Decimal 206 16 97 0 0.92 0.53 0.19 334.42 0.86 0.44
Hex CE 10 61 0 5C 35 13 14E 56 2C
Octal 316 20 141 0 134 65 23 516 126 54
Binary 11001110 10000 1100001 0 1011100 110101 10011 101001110 1010110 101100

Color Harmonies of #CE1061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1061

Black with #CE1061

Text Example


Text Example

White with #CE1061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1061; }

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

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

background-color css

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

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

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

border-color css

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

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

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