Html Css Color HEX #CE0968 Ruby

📋 copy color: '#CE0968'

red 206 ◦ green 9 ◦ blue 104

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

Shades of Ruby #CE0968

Tints of Ruby #CE0968

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.82%

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

R = 64.58%
G = 2.82%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CE0968 (or 0xCE0968) is known color: Ruby. HEX triplet: CE, 09 and 68. RGB value is (206,9,104). Sum of RGB (Red+Green+Blue) = 206+9+104=319 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.58% from 319); Green value is 9 (3.91% from 255 or 2.82% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0968 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0968 is #31F697. Grayscale: #4E4E4E. Windows color (decimal): -3274392 or 6818254. OLE color: 6818254.

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

Color convert

RGB 206 9 104 -
CMYK 0 0.96 0.50 0.19
HSL 331.07º 0.92% 0.42% -
HSV(B) 331.07º 0.96% 0.81% -
XYZ 28.05 14.32 14.38 -
YUV 78.73 142.27 218.78 -
System Red Green Blue C M Y K H S L
Decimal 206 9 104 0 0.96 0.50 0.19 331.07 0.92 0.42
Hex CE 9 68 0 60 32 13 14B 5C 2A
Octal 316 11 150 0 140 62 23 513 134 52
Binary 11001110 1001 1101000 0 1100000 110010 10011 101001011 1011100 101010

Color Harmonies of #CE0968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0968

Black with #CE0968

Text Example


Text Example

White with #CE0968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0968; }

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

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

background-color css

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

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

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

border-color css

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

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

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