Html Css Color HEX #CE0660 Ruby

📋 copy color: '#CE0660'

red 206 ◦ green 6 ◦ blue 96

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

Shades of Ruby #CE0660

Tints of Ruby #CE0660

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.95%

 BLUE value IS 96 (37.89% from 255) = 31.17%

R = 66.88%
G = 1.95%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE0660 (or 0xCE0660) is known color: Ruby. HEX triplet: CE, 06 and 60. RGB value is (206,6,96). Sum of RGB (Red+Green+Blue) = 206+6+96=308 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.88% from 308); Green value is 6 (2.73% from 255 or 1.95% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0660 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0660 is #31F99F. Grayscale: #4B4B4B. Windows color (decimal): -3275168 or 6293198. OLE color: 6293198.

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

Color convert

RGB 206 6 96 -
CMYK 0 0.97 0.53 0.19
HSL 333º 0.94% 0.42% -
HSV(B) 333º 0.97% 0.81% -
XYZ 27.63 14.1 12.33 -
YUV 76.06 139.26 220.68 -
System Red Green Blue C M Y K H S L
Decimal 206 6 96 0 0.97 0.53 0.19 333 0.94 0.42
Hex CE 6 60 0 61 35 13 14D 5E 2A
Octal 316 6 140 0 141 65 23 515 136 52
Binary 11001110 110 1100000 0 1100001 110101 10011 101001101 1011110 101010

Color Harmonies of #CE0660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0660

Black with #CE0660

Text Example


Text Example

White with #CE0660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0660; }

 p { color: rgb(206,6,96); }

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

background-color css

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

 a { background-color: rgb(206,6,96); }

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

border-color css

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

 span { border-color: rgb(206,6,96); }

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