Html Css Color HEX #CE1069 Ruby

📋 copy color: '#CE1069'

red 206 ◦ green 16 ◦ blue 105

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

Shades of Ruby #CE1069

Tints of Ruby #CE1069

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.89%

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

R = 63%
G = 4.89%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CE1069 (or 0xCE1069) is known color: Ruby. HEX triplet: CE, 10 and 69. RGB value is (206,16,105). Sum of RGB (Red+Green+Blue) = 206+16+105=327 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.00% from 327); Green value is 16 (6.64% from 255 or 4.89% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1069 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1069 is #31EF96. Grayscale: #525252. Windows color (decimal): -3272599 or 6885582. OLE color: 6885582.

HSL color Cylindrical-coordinate representation of color #CE1069: hue angle of 331.89º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE1069 is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 16 105 -
CMYK 0 0.92 0.49 0.19
HSL 331.89º 0.86% 0.44% -
HSV(B) 331.89º 0.92% 0.81% -
XYZ 28.19 14.51 14.68 -
YUV 82.96 140.45 215.76 -
System Red Green Blue C M Y K H S L
Decimal 206 16 105 0 0.92 0.49 0.19 331.89 0.86 0.44
Hex CE 10 69 0 5C 31 13 14C 56 2C
Octal 316 20 151 0 134 61 23 514 126 54
Binary 11001110 10000 1101001 0 1011100 110001 10011 101001100 1010110 101100

Color Harmonies of #CE1069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1069

Black with #CE1069

Text Example


Text Example

White with #CE1069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1069; }

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

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

background-color css

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

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

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

border-color css

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

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

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