Html Css Color HEX #CE0164 Ruby

📋 copy color: '#CE0164'

red 206 ◦ green 1 ◦ blue 100

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

Shades of Ruby #CE0164

Tints of Ruby #CE0164

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 100 (39.45% from 255) = 32.57%

R = 67.1%
G = 0.33%
B = 32.57%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CE0164 (or 0xCE0164) is known color: Ruby. HEX triplet: CE, 01 and 64. RGB value is (206,1,100). Sum of RGB (Red+Green+Blue) = 206+1+100=307 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.10% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 100 (39.45% from 255 or 32.57% from 307); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0164 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0164 is #31FE9B. Grayscale: #494949. Windows color (decimal): -3276444 or 6554062. OLE color: 6554062.

HSL color Cylindrical-coordinate representation of color #CE0164: hue angle of 331.02º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE0164 is Cyan = 0, Magento = 1.00, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 1 100 -
CMYK 0 1.00 0.51 0.19
HSL 331.02º 0.99% 0.41% -
HSV(B) 331.02º 1% 0.81% -
XYZ 27.76 14.06 13.31 -
YUV 73.58 142.92 222.45 -
System Red Green Blue C M Y K H S L
Decimal 206 1 100 0 1.00 0.51 0.19 331.02 0.99 0.41
Hex CE 1 64 0 64 33 13 14B 63 29
Octal 316 1 144 0 144 63 23 513 143 51
Binary 11001110 1 1100100 0 1100100 110011 10011 101001011 1100011 101001

Color Harmonies of #CE0164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0164

Black with #CE0164

Text Example


Text Example

White with #CE0164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0164; }

 p { color: rgb(206,1,100); }

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

background-color css

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

 a { background-color: rgb(206,1,100); }

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

border-color css

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

 span { border-color: rgb(206,1,100); }

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