Html Css Color HEX #CE126D Ruby

📋 copy color: '#CE126D'

red 206 ◦ green 18 ◦ blue 109

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

Shades of Ruby #CE126D

Tints of Ruby #CE126D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.41%

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

R = 61.86%
G = 5.41%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CE126D (or 0xCE126D) is known color: Ruby. HEX triplet: CE, 12 and 6D. RGB value is (206,18,109). Sum of RGB (Red+Green+Blue) = 206+18+109=333 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.86% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 206 - color contains mainly: red. Hex color #CE126D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE126D is #31ED92. Grayscale: #545454. Windows color (decimal): -3272083 or 7148238. OLE color: 7148238.

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

Color convert

RGB 206 18 109 -
CMYK 0 0.91 0.47 0.19
HSL 330.96º 0.84% 0.44% -
HSV(B) 330.96º 0.91% 0.81% -
XYZ 28.43 14.66 15.8 -
YUV 84.59 141.78 214.6 -
System Red Green Blue C M Y K H S L
Decimal 206 18 109 0 0.91 0.47 0.19 330.96 0.84 0.44
Hex CE 12 6D 0 5B 2F 13 14B 54 2C
Octal 316 22 155 0 133 57 23 513 124 54
Binary 11001110 10010 1101101 0 1011011 101111 10011 101001011 1010100 101100

Color Harmonies of #CE126D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE126D

Black with #CE126D

Text Example


Text Example

White with #CE126D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE126D; }

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

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

background-color css

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

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

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

border-color css

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

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

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