Html Css Color HEX #CE0865 Ruby

📋 copy color: '#CE0865'

red 206 ◦ green 8 ◦ blue 101

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

Shades of Ruby #CE0865

Tints of Ruby #CE0865

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.54%

 BLUE value IS 101 (39.84% from 255) = 32.06%

R = 65.4%
G = 2.54%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CE0865 (or 0xCE0865) is known color: Ruby. HEX triplet: CE, 08 and 65. RGB value is (206,8,101). Sum of RGB (Red+Green+Blue) = 206+8+101=315 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.40% from 315); Green value is 8 (3.52% from 255 or 2.54% from 315); Blue value is 101 (39.84% from 255 or 32.06% from 315); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0865 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0865 is #31F79A. Grayscale: #4D4D4D. Windows color (decimal): -3274651 or 6621390. OLE color: 6621390.

HSL color Cylindrical-coordinate representation of color #CE0865: hue angle of 331.82º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE0865 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 8 101 -
CMYK 0 0.96 0.51 0.19
HSL 331.82º 0.93% 0.42% -
HSV(B) 331.82º 0.96% 0.81% -
XYZ 27.89 14.24 13.59 -
YUV 77.8 141.1 219.44 -
System Red Green Blue C M Y K H S L
Decimal 206 8 101 0 0.96 0.51 0.19 331.82 0.93 0.42
Hex CE 8 65 0 60 33 13 14C 5D 2A
Octal 316 10 145 0 140 63 23 514 135 52
Binary 11001110 1000 1100101 0 1100000 110011 10011 101001100 1011101 101010

Color Harmonies of #CE0865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0865

Black with #CE0865

Text Example


Text Example

White with #CE0865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0865; }

 p { color: rgb(206,8,101); }

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

background-color css

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

 a { background-color: rgb(206,8,101); }

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

border-color css

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

 span { border-color: rgb(206,8,101); }

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