Html Css Color HEX #CE066D Ruby

📋 copy color: '#CE066D'

red 206 ◦ green 6 ◦ blue 109

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

Shades of Ruby #CE066D

Tints of Ruby #CE066D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.96%

R = 64.17%
G = 1.87%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CE066D (or 0xCE066D) is known color: Ruby. HEX triplet: CE, 06 and 6D. RGB value is (206,6,109). Sum of RGB (Red+Green+Blue) = 206+6+109=321 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.17% from 321); Green value is 6 (2.73% from 255 or 1.87% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 206 - color contains mainly: red. Hex color #CE066D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE066D is #31F992. Grayscale: #4D4D4D. Windows color (decimal): -3275155 or 7145166. OLE color: 7145166.

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

Color convert

RGB 206 6 109 -
CMYK 0 0.97 0.47 0.19
HSL 329.1º 0.94% 0.42% -
HSV(B) 329.1º 0.97% 0.81% -
XYZ 28.28 14.36 15.75 -
YUV 77.54 145.76 219.62 -
System Red Green Blue C M Y K H S L
Decimal 206 6 109 0 0.97 0.47 0.19 329.1 0.94 0.42
Hex CE 6 6D 0 61 2F 13 149 5E 2A
Octal 316 6 155 0 141 57 23 511 136 52
Binary 11001110 110 1101101 0 1100001 101111 10011 101001001 1011110 101010

Color Harmonies of #CE066D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE066D

Black with #CE066D

Text Example


Text Example

White with #CE066D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE066D; }

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

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

background-color css

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

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

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

border-color css

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

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

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