Html Css Color HEX #CE0763 Ruby

📋 copy color: '#CE0763'

red 206 ◦ green 7 ◦ blue 99

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

Shades of Ruby #CE0763

Tints of Ruby #CE0763

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 31.73%

R = 66.03%
G = 2.24%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CE0763 (or 0xCE0763) is known color: Ruby. HEX triplet: CE, 07 and 63. RGB value is (206,7,99). Sum of RGB (Red+Green+Blue) = 206+7+99=312 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.03% from 312); Green value is 7 (3.12% from 255 or 2.24% from 312); Blue value is 99 (39.06% from 255 or 31.73% from 312); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0763 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0763 is #31F89C. Grayscale: #4C4C4C. Windows color (decimal): -3274909 or 6490062. OLE color: 6490062.

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

Color convert

RGB 206 7 99 -
CMYK 0 0.97 0.52 0.19
HSL 332.26º 0.93% 0.42% -
HSV(B) 332.26º 0.97% 0.81% -
XYZ 27.78 14.17 13.08 -
YUV 76.99 140.43 220.02 -
System Red Green Blue C M Y K H S L
Decimal 206 7 99 0 0.97 0.52 0.19 332.26 0.93 0.42
Hex CE 7 63 0 61 34 13 14C 5D 2A
Octal 316 7 143 0 141 64 23 514 135 52
Binary 11001110 111 1100011 0 1100001 110100 10011 101001100 1011101 101010

Color Harmonies of #CE0763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0763

Black with #CE0763

Text Example


Text Example

White with #CE0763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0763; }

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

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

background-color css

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

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

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

border-color css

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

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

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