Html Css Color HEX #CE006B Ruby

📋 copy color: '#CE006B'

red 206 ◦ green 0 ◦ blue 107

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

Shades of Ruby #CE006B

Tints of Ruby #CE006B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.19%

R = 65.81%
G = 0%
B = 34.19%

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

#CE006B (or 0xCE006B) is known color: Ruby. HEX triplet: CE, 00 and 6B. RGB value is (206,0,107). Sum of RGB (Red+Green+Blue) = 206+0+107=313 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.81% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 206 - color contains mainly: red. Hex color #CE006B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE006B is #31FF94. Grayscale: #494949. Windows color (decimal): -3276693 or 7012558. OLE color: 7012558.

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

Color convert

RGB 206 0 107 -
CMYK 0 1 0.48 0.19
HSL 328.84º 1% 0.4% -
HSV(B) 328.84º 1% 0.81% -
XYZ 28.11 14.18 15.17 -
YUV 73.79 146.75 222.3 -
System Red Green Blue C M Y K H S L
Decimal 206 0 107 0 1 0.48 0.19 328.84 1 0.4
Hex CE 0 6B 0 64 30 13 149 64 28
Octal 316 0 153 0 144 60 23 511 144 50
Binary 11001110 0 1101011 0 1100100 110000 10011 101001001 1100100 101000

Color Harmonies of #CE006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE006B

Black with #CE006B

Text Example


Text Example

White with #CE006B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE006B; }

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

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

background-color css

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

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

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

border-color css

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

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

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