Html Css Color HEX #CE0665 Ruby

📋 copy color: '#CE0665'

red 206 ◦ green 6 ◦ blue 101

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

Shades of Ruby #CE0665

Tints of Ruby #CE0665

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.92%

 BLUE value IS 101 (39.84% from 255) = 32.27%

R = 65.81%
G = 1.92%
B = 32.27%

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

#CE0665 (or 0xCE0665) is known color: Ruby. HEX triplet: CE, 06 and 65. RGB value is (206,6,101). Sum of RGB (Red+Green+Blue) = 206+6+101=313 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.81% from 313); Green value is 6 (2.73% from 255 or 1.92% from 313); Blue value is 101 (39.84% from 255 or 32.27% from 313); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0665 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0665 is #31F99A. Grayscale: #4C4C4C. Windows color (decimal): -3275163 or 6620878. OLE color: 6620878.

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

Color convert

RGB 206 6 101 -
CMYK 0 0.97 0.51 0.19
HSL 331.5º 0.94% 0.42% -
HSV(B) 331.5º 0.97% 0.81% -
XYZ 27.87 14.19 13.58 -
YUV 76.63 141.76 220.28 -
System Red Green Blue C M Y K H S L
Decimal 206 6 101 0 0.97 0.51 0.19 331.5 0.94 0.42
Hex CE 6 65 0 61 33 13 14C 5E 2A
Octal 316 6 145 0 141 63 23 514 136 52
Binary 11001110 110 1100101 0 1100001 110011 10011 101001100 1011110 101010

Color Harmonies of #CE0665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0665

Black with #CE0665

Text Example


Text Example

White with #CE0665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0665; }

 p { color: rgb(206,6,101); }

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

background-color css

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

 a { background-color: rgb(206,6,101); }

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

border-color css

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

 span { border-color: rgb(206,6,101); }

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