Html Css Color HEX #CE006C Ruby

📋 copy color: '#CE006C'

red 206 ◦ green 0 ◦ blue 108

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

Shades of Ruby #CE006C

Tints of Ruby #CE006C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.39%

R = 65.61%
G = 0%
B = 34.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CE006C (or 0xCE006C) is known color: Ruby. HEX triplet: CE, 00 and 6C. RGB value is (206,0,108). Sum of RGB (Red+Green+Blue) = 206+0+108=314 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.61% from 314); Green value is 0 (0.39% from 255 or 0% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 206 - color contains mainly: red. Hex color #CE006C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE006C is #31FF93. Grayscale: #494949. Windows color (decimal): -3276692 or 7078094. OLE color: 7078094.

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

Color convert

RGB 206 0 108 -
CMYK 0 1 0.48 0.19
HSL 328.54º 1% 0.4% -
HSV(B) 328.54º 1% 0.81% -
XYZ 28.16 14.2 15.44 -
YUV 73.91 147.25 222.22 -
System Red Green Blue C M Y K H S L
Decimal 206 0 108 0 1 0.48 0.19 328.54 1 0.4
Hex CE 0 6C 0 64 30 13 149 64 28
Octal 316 0 154 0 144 60 23 511 144 50
Binary 11001110 0 1101100 0 1100100 110000 10011 101001001 1100100 101000

Color Harmonies of #CE006C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE006C

Black with #CE006C

Text Example


Text Example

White with #CE006C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE006C; }

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

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

background-color css

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

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

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

border-color css

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

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

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