Html Css Color HEX #CE145E Ruby

📋 copy color: '#CE145E'

red 206 ◦ green 20 ◦ blue 94

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

Shades of Ruby #CE145E

Tints of Ruby #CE145E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.25%

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

R = 64.38%
G = 6.25%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE145E (or 0xCE145E) is known color: Ruby. HEX triplet: CE, 14 and 5E. RGB value is (206,20,94). Sum of RGB (Red+Green+Blue) = 206+20+94=320 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.38% from 320); Green value is 20 (8.20% from 255 or 6.25% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 206 - color contains mainly: red. Hex color #CE145E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE145E is #31EBA1. Grayscale: #535353. Windows color (decimal): -3271586 or 6165710. OLE color: 6165710.

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

Color convert

RGB 206 20 94 -
CMYK 0 0.90 0.54 0.19
HSL 336.13º 0.82% 0.44% -
HSV(B) 336.13º 0.9% 0.81% -
XYZ 27.72 14.43 11.91 -
YUV 84.05 133.62 214.98 -
System Red Green Blue C M Y K H S L
Decimal 206 20 94 0 0.90 0.54 0.19 336.13 0.82 0.44
Hex CE 14 5E 0 5A 36 13 150 52 2C
Octal 316 24 136 0 132 66 23 520 122 54
Binary 11001110 10100 1011110 0 1011010 110110 10011 101010000 1010010 101100

Color Harmonies of #CE145E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE145E

Black with #CE145E

Text Example


Text Example

White with #CE145E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE145E; }

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

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

background-color css

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

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

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

border-color css

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

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

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