Html Css Color HEX #CE0566 Ruby

📋 copy color: '#CE0566'

red 206 ◦ green 5 ◦ blue 102

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

Shades of Ruby #CE0566

Tints of Ruby #CE0566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 32.59%

R = 65.81%
G = 1.6%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CE0566 (or 0xCE0566) is known color: Ruby. HEX triplet: CE, 05 and 66. RGB value is (206,5,102). Sum of RGB (Red+Green+Blue) = 206+5+102=313 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.81% from 313); Green value is 5 (2.34% from 255 or 1.60% from 313); Blue value is 102 (40.23% from 255 or 32.59% from 313); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0566 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0566 is #31FA99. Grayscale: #4B4B4B. Windows color (decimal): -3275418 or 6686158. OLE color: 6686158.

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

Color convert

RGB 206 5 102 -
CMYK 0 0.98 0.50 0.19
HSL 331.04º 0.95% 0.41% -
HSV(B) 331.04º 0.98% 0.81% -
XYZ 27.91 14.19 13.84 -
YUV 76.16 142.59 220.61 -
System Red Green Blue C M Y K H S L
Decimal 206 5 102 0 0.98 0.50 0.19 331.04 0.95 0.41
Hex CE 5 66 0 62 32 13 14B 5F 29
Octal 316 5 146 0 142 62 23 513 137 51
Binary 11001110 101 1100110 0 1100010 110010 10011 101001011 1011111 101001

Color Harmonies of #CE0566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0566

Black with #CE0566

Text Example


Text Example

White with #CE0566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0566; }

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

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

background-color css

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

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

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

border-color css

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

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

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