Html Css Color HEX #CE0766 Ruby

📋 copy color: '#CE0766'

red 206 ◦ green 7 ◦ blue 102

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

Shades of Ruby #CE0766

Tints of Ruby #CE0766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 32.38%

R = 65.4%
G = 2.22%
B = 32.38%

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

#CE0766 (or 0xCE0766) is known color: Ruby. HEX triplet: CE, 07 and 66. RGB value is (206,7,102). Sum of RGB (Red+Green+Blue) = 206+7+102=315 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.40% from 315); Green value is 7 (3.12% from 255 or 2.22% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0766 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0766 is #31F899. Grayscale: #4D4D4D. Windows color (decimal): -3274906 or 6686670. OLE color: 6686670.

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

Color convert

RGB 206 7 102 -
CMYK 0 0.97 0.50 0.19
HSL 331.36º 0.93% 0.42% -
HSV(B) 331.36º 0.97% 0.81% -
XYZ 27.93 14.23 13.85 -
YUV 77.33 141.93 219.78 -
System Red Green Blue C M Y K H S L
Decimal 206 7 102 0 0.97 0.50 0.19 331.36 0.93 0.42
Hex CE 7 66 0 61 32 13 14B 5D 2A
Octal 316 7 146 0 141 62 23 513 135 52
Binary 11001110 111 1100110 0 1100001 110010 10011 101001011 1011101 101010

Color Harmonies of #CE0766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0766

Black with #CE0766

Text Example


Text Example

White with #CE0766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0766; }

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

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

background-color css

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

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

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

border-color css

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

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

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