Html Css Color HEX #CE0768 Ruby

📋 copy color: '#CE0768'

red 206 ◦ green 7 ◦ blue 104

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

Shades of Ruby #CE0768

Tints of Ruby #CE0768

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.21%

 BLUE value IS 104 (41.02% from 255) = 32.81%

R = 64.98%
G = 2.21%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CE0768 (or 0xCE0768) is known color: Ruby. HEX triplet: CE, 07 and 68. RGB value is (206,7,104). Sum of RGB (Red+Green+Blue) = 206+7+104=317 (41% of max value = 765). Red value is 206 (80.86% from 255 or 64.98% from 317); Green value is 7 (3.12% from 255 or 2.21% from 317); Blue value is 104 (41.02% from 255 or 32.81% from 317); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0768 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0768 is #31F897. Grayscale: #4D4D4D. Windows color (decimal): -3274904 or 6817742. OLE color: 6817742.

HSL color Cylindrical-coordinate representation of color #CE0768: hue angle of 330.75º degrees, saturation: 0.93, 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 #CE0768 is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 7 104 -
CMYK 0 0.97 0.50 0.19
HSL 330.75º 0.93% 0.42% -
HSV(B) 330.75º 0.97% 0.81% -
XYZ 28.03 14.27 14.37 -
YUV 77.56 142.93 219.61 -
System Red Green Blue C M Y K H S L
Decimal 206 7 104 0 0.97 0.50 0.19 330.75 0.93 0.42
Hex CE 7 68 0 61 32 13 14B 5D 2A
Octal 316 7 150 0 141 62 23 513 135 52
Binary 11001110 111 1101000 0 1100001 110010 10011 101001011 1011101 101010

Color Harmonies of #CE0768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0768

Black with #CE0768

Text Example


Text Example

White with #CE0768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0768; }

 p { color: rgb(206,7,104); }

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

background-color css

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

 a { background-color: rgb(206,7,104); }

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

border-color css

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

 span { border-color: rgb(206,7,104); }

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