Html Css Color HEX #CE016A Ruby

📋 copy color: '#CE016A'

red 206 ◦ green 1 ◦ blue 106

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

Shades of Ruby #CE016A

Tints of Ruby #CE016A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

 BLUE value IS 106 (41.8% from 255) = 33.87%

R = 65.81%
G = 0.32%
B = 33.87%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CE016A (or 0xCE016A) is known color: Ruby. HEX triplet: CE, 01 and 6A. RGB value is (206,1,106). Sum of RGB (Red+Green+Blue) = 206+1+106=313 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.81% from 313); Green value is 1 (0.78% from 255 or 0.32% from 313); Blue value is 106 (41.80% from 255 or 33.87% from 313); Max value from RGB is 206 - color contains mainly: red. Hex color #CE016A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE016A is #31FE95. Grayscale: #4A4A4A. Windows color (decimal): -3276438 or 6947278. OLE color: 6947278.

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

Color convert

RGB 206 1 106 -
CMYK 0 1.00 0.49 0.19
HSL 329.27º 0.99% 0.41% -
HSV(B) 329.27º 1% 0.81% -
XYZ 28.07 14.18 14.89 -
YUV 74.27 145.92 221.96 -
System Red Green Blue C M Y K H S L
Decimal 206 1 106 0 1.00 0.49 0.19 329.27 0.99 0.41
Hex CE 1 6A 0 64 31 13 149 63 29
Octal 316 1 152 0 144 61 23 511 143 51
Binary 11001110 1 1101010 0 1100100 110001 10011 101001001 1100011 101001

Color Harmonies of #CE016A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE016A

Black with #CE016A

Text Example


Text Example

White with #CE016A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE016A; }

 p { color: rgb(206,1,106); }

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

background-color css

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

 a { background-color: rgb(206,1,106); }

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

border-color css

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

 span { border-color: rgb(206,1,106); }

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