Html Css Color HEX #CE006D Ruby

📋 copy color: '#CE006D'

red 206 ◦ green 0 ◦ blue 109

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

Shades of Ruby #CE006D

Tints of Ruby #CE006D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 65.4%
G = 0%
B = 34.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CE006D (or 0xCE006D) is known color: Ruby. HEX triplet: CE, 00 and 6D. RGB value is (206,0,109). Sum of RGB (Red+Green+Blue) = 206+0+109=315 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.40% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 206 - color contains mainly: red. Hex color #CE006D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE006D is #31FF92. Grayscale: #494949. Windows color (decimal): -3276691 or 7143630. OLE color: 7143630.

HSL color Cylindrical-coordinate representation of color #CE006D: hue angle of 328.25º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE006D is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 0 109 -
CMYK 0 1 0.47 0.19
HSL 328.25º 1% 0.4% -
HSV(B) 328.25º 1% 0.81% -
XYZ 28.21 14.23 15.73 -
YUV 74.02 147.75 222.14 -
System Red Green Blue C M Y K H S L
Decimal 206 0 109 0 1 0.47 0.19 328.25 1 0.4
Hex CE 0 6D 0 64 2F 13 148 64 28
Octal 316 0 155 0 144 57 23 510 144 50
Binary 11001110 0 1101101 0 1100100 101111 10011 101001000 1100100 101000

Color Harmonies of #CE006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE006D

Black with #CE006D

Text Example


Text Example

White with #CE006D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE006D; }

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

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

background-color css

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

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

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

border-color css

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

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

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