Html Css Color HEX #CE106B Ruby

📋 copy color: '#CE106B'

red 206 ◦ green 16 ◦ blue 107

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

Shades of Ruby #CE106B

Tints of Ruby #CE106B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.86%

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

R = 62.61%
G = 4.86%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CE106B (or 0xCE106B) is known color: Ruby. HEX triplet: CE, 10 and 6B. RGB value is (206,16,107). Sum of RGB (Red+Green+Blue) = 206+16+107=329 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.61% from 329); Green value is 16 (6.64% from 255 or 4.86% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 206 - color contains mainly: red. Hex color #CE106B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE106B is #31EF94. Grayscale: #535353. Windows color (decimal): -3272597 or 7016654. OLE color: 7016654.

HSL color Cylindrical-coordinate representation of color #CE106B: hue angle of 331.26º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE106B is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 16 107 -
CMYK 0 0.92 0.48 0.19
HSL 331.26º 0.86% 0.44% -
HSV(B) 331.26º 0.92% 0.81% -
XYZ 28.29 14.55 15.23 -
YUV 83.18 141.45 215.6 -
System Red Green Blue C M Y K H S L
Decimal 206 16 107 0 0.92 0.48 0.19 331.26 0.86 0.44
Hex CE 10 6B 0 5C 30 13 14B 56 2C
Octal 316 20 153 0 134 60 23 513 126 54
Binary 11001110 10000 1101011 0 1011100 110000 10011 101001011 1010110 101100

Color Harmonies of #CE106B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE106B

Black with #CE106B

Text Example


Text Example

White with #CE106B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE106B; }

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

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

background-color css

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

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

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

border-color css

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

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

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