Html Css Color HEX #CE0764 Ruby

📋 copy color: '#CE0764'

red 206 ◦ green 7 ◦ blue 100

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

Shades of Ruby #CE0764

Tints of Ruby #CE0764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 31.95%

R = 65.81%
G = 2.24%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CE0764 (or 0xCE0764) is known color: Ruby. HEX triplet: CE, 07 and 64. RGB value is (206,7,100). Sum of RGB (Red+Green+Blue) = 206+7+100=313 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.81% from 313); Green value is 7 (3.12% from 255 or 2.24% from 313); Blue value is 100 (39.45% from 255 or 31.95% from 313); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0764 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0764 is #31F89B. Grayscale: #4C4C4C. Windows color (decimal): -3274908 or 6555598. OLE color: 6555598.

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

Color convert

RGB 206 7 100 -
CMYK 0 0.97 0.51 0.19
HSL 331.96º 0.93% 0.42% -
HSV(B) 331.96º 0.97% 0.81% -
XYZ 27.83 14.19 13.33 -
YUV 77.1 140.93 219.94 -
System Red Green Blue C M Y K H S L
Decimal 206 7 100 0 0.97 0.51 0.19 331.96 0.93 0.42
Hex CE 7 64 0 61 33 13 14C 5D 2A
Octal 316 7 144 0 141 63 23 514 135 52
Binary 11001110 111 1100100 0 1100001 110011 10011 101001100 1011101 101010

Color Harmonies of #CE0764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0764

Black with #CE0764

Text Example


Text Example

White with #CE0764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0764; }

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

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

background-color css

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

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

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

border-color css

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

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

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