Html Css Color HEX #CE0569 Ruby

📋 copy color: '#CE0569'

red 206 ◦ green 5 ◦ blue 105

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

Shades of Ruby #CE0569

Tints of Ruby #CE0569

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.58%

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

R = 65.19%
G = 1.58%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CE0569 (or 0xCE0569) is known color: Ruby. HEX triplet: CE, 05 and 69. RGB value is (206,5,105). Sum of RGB (Red+Green+Blue) = 206+5+105=316 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.19% from 316); Green value is 5 (2.34% from 255 or 1.58% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0569 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0569 is #31FA96. Grayscale: #4C4C4C. Windows color (decimal): -3275415 or 6882766. OLE color: 6882766.

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

Color convert

RGB 206 5 105 -
CMYK 0 0.98 0.49 0.19
HSL 330.15º 0.95% 0.41% -
HSV(B) 330.15º 0.98% 0.81% -
XYZ 28.06 14.25 14.64 -
YUV 76.5 144.09 220.37 -
System Red Green Blue C M Y K H S L
Decimal 206 5 105 0 0.98 0.49 0.19 330.15 0.95 0.41
Hex CE 5 69 0 62 31 13 14A 5F 29
Octal 316 5 151 0 142 61 23 512 137 51
Binary 11001110 101 1101001 0 1100010 110001 10011 101001010 1011111 101001

Color Harmonies of #CE0569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0569

Black with #CE0569

Text Example


Text Example

White with #CE0569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0569; }

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

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

background-color css

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

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

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

border-color css

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

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

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