Html Css Color HEX #CE0761 Ruby

📋 copy color: '#CE0761'

red 206 ◦ green 7 ◦ blue 97

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

Shades of Ruby #CE0761

Tints of Ruby #CE0761

RGB

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

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

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

R = 66.45%
G = 2.26%
B = 31.29%

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

#CE0761 (or 0xCE0761) is known color: Ruby. HEX triplet: CE, 07 and 61. RGB value is (206,7,97). Sum of RGB (Red+Green+Blue) = 206+7+97=310 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.45% from 310); Green value is 7 (3.12% from 255 or 2.26% from 310); Blue value is 97 (38.28% from 255 or 31.29% from 310); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0761 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0761 is #31F89E. Grayscale: #4C4C4C. Windows color (decimal): -3274911 or 6358990. OLE color: 6358990.

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

Color convert

RGB 206 7 97 -
CMYK 0 0.97 0.53 0.19
HSL 332.86º 0.93% 0.42% -
HSV(B) 332.86º 0.97% 0.81% -
XYZ 27.69 14.14 12.58 -
YUV 76.76 139.43 220.18 -
System Red Green Blue C M Y K H S L
Decimal 206 7 97 0 0.97 0.53 0.19 332.86 0.93 0.42
Hex CE 7 61 0 61 35 13 14D 5D 2A
Octal 316 7 141 0 141 65 23 515 135 52
Binary 11001110 111 1100001 0 1100001 110101 10011 101001101 1011101 101010

Color Harmonies of #CE0761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0761

Black with #CE0761

Text Example


Text Example

White with #CE0761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0761; }

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

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

background-color css

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

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

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

border-color css

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

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

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