Html Css Color HEX #CE156E Ruby

📋 copy color: '#CE156E'

red 206 ◦ green 21 ◦ blue 110

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

Shades of Ruby #CE156E

Tints of Ruby #CE156E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.23%

 BLUE value IS 110 (43.36% from 255) = 32.64%

R = 61.13%
G = 6.23%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CE156E (or 0xCE156E) is known color: Ruby. HEX triplet: CE, 15 and 6E. RGB value is (206,21,110). Sum of RGB (Red+Green+Blue) = 206+21+110=337 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.13% from 337); Green value is 21 (8.59% from 255 or 6.23% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 206 - color contains mainly: red. Hex color #CE156E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE156E is #31EA91. Grayscale: #565656. Windows color (decimal): -3271314 or 7214542. OLE color: 7214542.

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

Color convert

RGB 206 21 110 -
CMYK 0 0.90 0.47 0.19
HSL 331.14º 0.81% 0.45% -
HSV(B) 331.14º 0.9% 0.81% -
XYZ 28.54 14.78 16.1 -
YUV 86.46 141.29 213.26 -
System Red Green Blue C M Y K H S L
Decimal 206 21 110 0 0.90 0.47 0.19 331.14 0.81 0.45
Hex CE 15 6E 0 5A 2F 13 14B 51 2D
Octal 316 25 156 0 132 57 23 513 121 55
Binary 11001110 10101 1101110 0 1011010 101111 10011 101001011 1010001 101101

Color Harmonies of #CE156E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE156E

Black with #CE156E

Text Example


Text Example

White with #CE156E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE156E; }

 p { color: rgb(206,21,110); }

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

background-color css

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

 a { background-color: rgb(206,21,110); }

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

border-color css

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

 span { border-color: rgb(206,21,110); }

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