Html Css Color HEX #CE146A Ruby

📋 copy color: '#CE146A'

red 206 ◦ green 20 ◦ blue 106

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

Shades of Ruby #CE146A

Tints of Ruby #CE146A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.93%

R = 62.05%
G = 6.02%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CE146A (or 0xCE146A) is known color: Ruby. HEX triplet: CE, 14 and 6A. RGB value is (206,20,106). Sum of RGB (Red+Green+Blue) = 206+20+106=332 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.05% from 332); Green value is 20 (8.20% from 255 or 6.02% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 206 - color contains mainly: red. Hex color #CE146A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE146A is #31EB95. Grayscale: #555555. Windows color (decimal): -3271574 or 6952142. OLE color: 6952142.

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

Color convert

RGB 206 20 106 -
CMYK 0 0.90 0.49 0.19
HSL 332.26º 0.82% 0.44% -
HSV(B) 332.26º 0.9% 0.81% -
XYZ 28.31 14.66 14.97 -
YUV 85.42 139.62 214.01 -
System Red Green Blue C M Y K H S L
Decimal 206 20 106 0 0.90 0.49 0.19 332.26 0.82 0.44
Hex CE 14 6A 0 5A 31 13 14C 52 2C
Octal 316 24 152 0 132 61 23 514 122 54
Binary 11001110 10100 1101010 0 1011010 110001 10011 101001100 1010010 101100

Color Harmonies of #CE146A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE146A

Black with #CE146A

Text Example


Text Example

White with #CE146A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE146A; }

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

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

background-color css

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

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

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

border-color css

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

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

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