Html Css Color HEX #CE076C Ruby

📋 copy color: '#CE076C'

red 206 ◦ green 7 ◦ blue 108

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

Shades of Ruby #CE076C

Tints of Ruby #CE076C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.64%

R = 64.17%
G = 2.18%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CE076C (or 0xCE076C) is known color: Ruby. HEX triplet: CE, 07 and 6C. RGB value is (206,7,108). Sum of RGB (Red+Green+Blue) = 206+7+108=321 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.17% from 321); Green value is 7 (3.12% from 255 or 2.18% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 206 - color contains mainly: red. Hex color #CE076C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE076C is #31F893. Grayscale: #4D4D4D. Windows color (decimal): -3274900 or 7079886. OLE color: 7079886.

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

Color convert

RGB 206 7 108 -
CMYK 0 0.97 0.48 0.19
HSL 329.55º 0.93% 0.42% -
HSV(B) 329.55º 0.97% 0.81% -
XYZ 28.24 14.36 15.47 -
YUV 78.02 144.93 219.29 -
System Red Green Blue C M Y K H S L
Decimal 206 7 108 0 0.97 0.48 0.19 329.55 0.93 0.42
Hex CE 7 6C 0 61 30 13 14A 5D 2A
Octal 316 7 154 0 141 60 23 512 135 52
Binary 11001110 111 1101100 0 1100001 110000 10011 101001010 1011101 101010

Color Harmonies of #CE076C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE076C

Black with #CE076C

Text Example


Text Example

White with #CE076C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE076C; }

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

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

background-color css

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

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

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

border-color css

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

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

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