Html Css Color HEX #CE065A Ruby

📋 copy color: '#CE065A'

red 206 ◦ green 6 ◦ blue 90

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

Shades of Ruby #CE065A

Tints of Ruby #CE065A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.99%

 BLUE value IS 90 (35.55% from 255) = 29.8%

R = 68.21%
G = 1.99%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CE065A (or 0xCE065A) is known color: Ruby. HEX triplet: CE, 06 and 5A. RGB value is (206,6,90). Sum of RGB (Red+Green+Blue) = 206+6+90=302 (40% of max value = 765). Red value is 206 (80.86% from 255 or 68.21% from 302); Green value is 6 (2.73% from 255 or 1.99% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 206 - color contains mainly: red. Hex color #CE065A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE065A is #31F9A5. Grayscale: #4B4B4B. Windows color (decimal): -3275174 or 5899982. OLE color: 5899982.

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

Color convert

RGB 206 6 90 -
CMYK 0 0.97 0.56 0.19
HSL 334.8º 0.94% 0.42% -
HSV(B) 334.8º 0.97% 0.81% -
XYZ 27.36 13.99 10.93 -
YUV 75.38 136.26 221.17 -
System Red Green Blue C M Y K H S L
Decimal 206 6 90 0 0.97 0.56 0.19 334.8 0.94 0.42
Hex CE 6 5A 0 61 38 13 14F 5E 2A
Octal 316 6 132 0 141 70 23 517 136 52
Binary 11001110 110 1011010 0 1100001 111000 10011 101001111 1011110 101010

Color Harmonies of #CE065A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE065A

Black with #CE065A

Text Example


Text Example

White with #CE065A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE065A; }

 p { color: rgb(206,6,90); }

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

background-color css

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

 a { background-color: rgb(206,6,90); }

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

border-color css

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

 span { border-color: rgb(206,6,90); }

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