Html Css Color HEX #CE1569 Ruby

📋 copy color: '#CE1569'

red 206 ◦ green 21 ◦ blue 105

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

Shades of Ruby #CE1569

Tints of Ruby #CE1569

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.33%

 BLUE value IS 105 (41.41% from 255) = 31.63%

R = 62.05%
G = 6.33%
B = 31.63%

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

#CE1569 (or 0xCE1569) is known color: Ruby. HEX triplet: CE, 15 and 69. RGB value is (206,21,105). Sum of RGB (Red+Green+Blue) = 206+21+105=332 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.05% from 332); Green value is 21 (8.59% from 255 or 6.33% from 332); Blue value is 105 (41.41% from 255 or 31.63% from 332); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1569 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1569 is #31EA96. Grayscale: #555555. Windows color (decimal): -3271319 or 6886862. OLE color: 6886862.

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

Color convert

RGB 206 21 105 -
CMYK 0 0.90 0.49 0.19
HSL 332.76º 0.81% 0.45% -
HSV(B) 332.76º 0.9% 0.81% -
XYZ 28.27 14.68 14.71 -
YUV 85.89 138.79 213.67 -
System Red Green Blue C M Y K H S L
Decimal 206 21 105 0 0.90 0.49 0.19 332.76 0.81 0.45
Hex CE 15 69 0 5A 31 13 14D 51 2D
Octal 316 25 151 0 132 61 23 515 121 55
Binary 11001110 10101 1101001 0 1011010 110001 10011 101001101 1010001 101101

Color Harmonies of #CE1569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1569

Black with #CE1569

Text Example


Text Example

White with #CE1569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1569; }

 p { color: rgb(206,21,105); }

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

background-color css

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

 a { background-color: rgb(206,21,105); }

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

border-color css

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

 span { border-color: rgb(206,21,105); }

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