Html Css Color HEX #CE076A Ruby

📋 copy color: '#CE076A'

red 206 ◦ green 7 ◦ blue 106

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

Shades of Ruby #CE076A

Tints of Ruby #CE076A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.19%

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

R = 64.58%
G = 2.19%
B = 33.23%

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

#CE076A (or 0xCE076A) is known color: Ruby. HEX triplet: CE, 07 and 6A. RGB value is (206,7,106). Sum of RGB (Red+Green+Blue) = 206+7+106=319 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.58% from 319); Green value is 7 (3.12% from 255 or 2.19% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 206 - color contains mainly: red. Hex color #CE076A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE076A is #31F895. Grayscale: #4D4D4D. Windows color (decimal): -3274902 or 6948814. OLE color: 6948814.

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

Color convert

RGB 206 7 106 -
CMYK 0 0.97 0.49 0.19
HSL 330.15º 0.93% 0.42% -
HSV(B) 330.15º 0.97% 0.81% -
XYZ 28.13 14.31 14.92 -
YUV 77.79 143.93 219.45 -
System Red Green Blue C M Y K H S L
Decimal 206 7 106 0 0.97 0.49 0.19 330.15 0.93 0.42
Hex CE 7 6A 0 61 31 13 14A 5D 2A
Octal 316 7 152 0 141 61 23 512 135 52
Binary 11001110 111 1101010 0 1100001 110001 10011 101001010 1011101 101010

Color Harmonies of #CE076A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE076A

Black with #CE076A

Text Example


Text Example

White with #CE076A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE076A; }

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

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

background-color css

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

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

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

border-color css

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

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

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