Html Css Color HEX #CE0669 Ruby

📋 copy color: '#CE0669'

red 206 ◦ green 6 ◦ blue 105

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

Shades of Ruby #CE0669

Tints of Ruby #CE0669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 33.12%

R = 64.98%
G = 1.89%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CE0669 (or 0xCE0669) is known color: Ruby. HEX triplet: CE, 06 and 69. RGB value is (206,6,105). Sum of RGB (Red+Green+Blue) = 206+6+105=317 (41% of max value = 765). Red value is 206 (80.86% from 255 or 64.98% from 317); Green value is 6 (2.73% from 255 or 1.89% from 317); Blue value is 105 (41.41% from 255 or 33.12% from 317); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0669 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0669 is #31F996. Grayscale: #4C4C4C. Windows color (decimal): -3275159 or 6883022. OLE color: 6883022.

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

Color convert

RGB 206 6 105 -
CMYK 0 0.97 0.49 0.19
HSL 330.3º 0.94% 0.42% -
HSV(B) 330.3º 0.97% 0.81% -
XYZ 28.07 14.27 14.64 -
YUV 77.09 143.76 219.95 -
System Red Green Blue C M Y K H S L
Decimal 206 6 105 0 0.97 0.49 0.19 330.3 0.94 0.42
Hex CE 6 69 0 61 31 13 14A 5E 2A
Octal 316 6 151 0 141 61 23 512 136 52
Binary 11001110 110 1101001 0 1100001 110001 10011 101001010 1011110 101010

Color Harmonies of #CE0669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0669

Black with #CE0669

Text Example


Text Example

White with #CE0669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0669; }

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

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

background-color css

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

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

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

border-color css

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

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

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