Html Css Color HEX #CE066A Ruby

📋 copy color: '#CE066A'

red 206 ◦ green 6 ◦ blue 106

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

Shades of Ruby #CE066A

Tints of Ruby #CE066A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.33%

R = 64.78%
G = 1.89%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CE066A (or 0xCE066A) is known color: Ruby. HEX triplet: CE, 06 and 6A. RGB value is (206,6,106). Sum of RGB (Red+Green+Blue) = 206+6+106=318 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.78% from 318); Green value is 6 (2.73% from 255 or 1.89% from 318); Blue value is 106 (41.80% from 255 or 33.33% from 318); Max value from RGB is 206 - color contains mainly: red. Hex color #CE066A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE066A is #31F995. Grayscale: #4D4D4D. Windows color (decimal): -3275158 or 6948558. OLE color: 6948558.

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

Color convert

RGB 206 6 106 -
CMYK 0 0.97 0.49 0.19
HSL 330º 0.94% 0.42% -
HSV(B) 330º 0.97% 0.81% -
XYZ 28.12 14.29 14.91 -
YUV 77.2 144.26 219.87 -
System Red Green Blue C M Y K H S L
Decimal 206 6 106 0 0.97 0.49 0.19 330 0.94 0.42
Hex CE 6 6A 0 61 31 13 14A 5E 2A
Octal 316 6 152 0 141 61 23 512 136 52
Binary 11001110 110 1101010 0 1100001 110001 10011 101001010 1011110 101010

Color Harmonies of #CE066A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE066A

Black with #CE066A

Text Example


Text Example

White with #CE066A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE066A; }

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

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

background-color css

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

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

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

border-color css

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

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

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