Html Css Color HEX #CE165E Ruby

📋 copy color: '#CE165E'

red 206 ◦ green 22 ◦ blue 94

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

Shades of Ruby #CE165E

Tints of Ruby #CE165E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.83%

 BLUE value IS 94 (37.11% from 255) = 29.19%

R = 63.98%
G = 6.83%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE165E (or 0xCE165E) is known color: Ruby. HEX triplet: CE, 16 and 5E. RGB value is (206,22,94). Sum of RGB (Red+Green+Blue) = 206+22+94=322 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.98% from 322); Green value is 22 (8.98% from 255 or 6.83% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 206 - color contains mainly: red. Hex color #CE165E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE165E is #31E9A1. Grayscale: #555555. Windows color (decimal): -3271074 or 6166222. OLE color: 6166222.

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

Color convert

RGB 206 22 94 -
CMYK 0 0.89 0.54 0.19
HSL 336.52º 0.81% 0.45% -
HSV(B) 336.52º 0.89% 0.81% -
XYZ 27.76 14.5 11.93 -
YUV 85.22 132.96 214.15 -
System Red Green Blue C M Y K H S L
Decimal 206 22 94 0 0.89 0.54 0.19 336.52 0.81 0.45
Hex CE 16 5E 0 59 36 13 151 51 2D
Octal 316 26 136 0 131 66 23 521 121 55
Binary 11001110 10110 1011110 0 1011001 110110 10011 101010001 1010001 101101

Color Harmonies of #CE165E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE165E

Black with #CE165E

Text Example


Text Example

White with #CE165E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE165E; }

 p { color: rgb(206,22,94); }

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

background-color css

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

 a { background-color: rgb(206,22,94); }

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

border-color css

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

 span { border-color: rgb(206,22,94); }

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