Html Css Color HEX #CE076E Ruby

📋 copy color: '#CE076E'

red 206 ◦ green 7 ◦ blue 110

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

Shades of Ruby #CE076E

Tints of Ruby #CE076E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.06%

R = 63.78%
G = 2.17%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CE076E (or 0xCE076E) is known color: Ruby. HEX triplet: CE, 07 and 6E. RGB value is (206,7,110). Sum of RGB (Red+Green+Blue) = 206+7+110=323 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.78% from 323); Green value is 7 (3.12% from 255 or 2.17% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 206 - color contains mainly: red. Hex color #CE076E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE076E is #31F891. Grayscale: #4E4E4E. Windows color (decimal): -3274898 or 7210958. OLE color: 7210958.

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

Color convert

RGB 206 7 110 -
CMYK 0 0.97 0.47 0.19
HSL 328.94º 0.93% 0.42% -
HSV(B) 328.94º 0.97% 0.81% -
XYZ 28.34 14.4 16.04 -
YUV 78.24 145.93 219.12 -
System Red Green Blue C M Y K H S L
Decimal 206 7 110 0 0.97 0.47 0.19 328.94 0.93 0.42
Hex CE 7 6E 0 61 2F 13 149 5D 2A
Octal 316 7 156 0 141 57 23 511 135 52
Binary 11001110 111 1101110 0 1100001 101111 10011 101001001 1011101 101010

Color Harmonies of #CE076E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE076E

Black with #CE076E

Text Example


Text Example

White with #CE076E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE076E; }

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

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

background-color css

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

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

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

border-color css

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

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

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