Html Css Color HEX #CE145C Ruby

📋 copy color: '#CE145C'

red 206 ◦ green 20 ◦ blue 92

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

Shades of Ruby #CE145C

Tints of Ruby #CE145C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.93%

R = 64.78%
G = 6.29%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CE145C (or 0xCE145C) is known color: Ruby. HEX triplet: CE, 14 and 5C. RGB value is (206,20,92). Sum of RGB (Red+Green+Blue) = 206+20+92=318 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.78% from 318); Green value is 20 (8.20% from 255 or 6.29% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 206 - color contains mainly: red. Hex color #CE145C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE145C is #31EBA3. Grayscale: #535353. Windows color (decimal): -3271588 or 6034638. OLE color: 6034638.

HSL color Cylindrical-coordinate representation of color #CE145C: hue angle of 336.77º 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 #CE145C is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 20 92 -
CMYK 0 0.90 0.55 0.19
HSL 336.77º 0.82% 0.44% -
HSV(B) 336.77º 0.9% 0.81% -
XYZ 27.64 14.39 11.45 -
YUV 83.82 132.62 215.15 -
System Red Green Blue C M Y K H S L
Decimal 206 20 92 0 0.90 0.55 0.19 336.77 0.82 0.44
Hex CE 14 5C 0 5A 37 13 151 52 2C
Octal 316 24 134 0 132 67 23 521 122 54
Binary 11001110 10100 1011100 0 1011010 110111 10011 101010001 1010010 101100

Color Harmonies of #CE145C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE145C

Black with #CE145C

Text Example


Text Example

White with #CE145C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE145C; }

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

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

background-color css

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

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

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

border-color css

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

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

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