Html Css Color HEX #CE145F Ruby

📋 copy color: '#CE145F'

red 206 ◦ green 20 ◦ blue 95

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

Shades of Ruby #CE145F

Tints of Ruby #CE145F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.6%

R = 64.17%
G = 6.23%
B = 29.6%

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

#CE145F (or 0xCE145F) is known color: Ruby. HEX triplet: CE, 14 and 5F. RGB value is (206,20,95). Sum of RGB (Red+Green+Blue) = 206+20+95=321 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.17% from 321); Green value is 20 (8.20% from 255 or 6.23% from 321); Blue value is 95 (37.5% from 255 or 29.60% from 321); Max value from RGB is 206 - color contains mainly: red. Hex color #CE145F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE145F is #31EBA0. Grayscale: #545454. Windows color (decimal): -3271585 or 6231246. OLE color: 6231246.

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

Color convert

RGB 206 20 95 -
CMYK 0 0.90 0.54 0.19
HSL 335.81º 0.82% 0.44% -
HSV(B) 335.81º 0.9% 0.81% -
XYZ 27.77 14.45 12.15 -
YUV 84.16 134.12 214.9 -
System Red Green Blue C M Y K H S L
Decimal 206 20 95 0 0.90 0.54 0.19 335.81 0.82 0.44
Hex CE 14 5F 0 5A 36 13 150 52 2C
Octal 316 24 137 0 132 66 23 520 122 54
Binary 11001110 10100 1011111 0 1011010 110110 10011 101010000 1010010 101100

Color Harmonies of #CE145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE145F

Black with #CE145F

Text Example


Text Example

White with #CE145F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE145F; }

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

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

background-color css

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

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

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

border-color css

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

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

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