Html Css Color HEX #CE066C Ruby

📋 copy color: '#CE066C'

red 206 ◦ green 6 ◦ blue 108

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

Shades of Ruby #CE066C

Tints of Ruby #CE066C

RGB

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

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

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

R = 64.38%
G = 1.88%
B = 33.75%

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

#CE066C (or 0xCE066C) is known color: Ruby. HEX triplet: CE, 06 and 6C. RGB value is (206,6,108). Sum of RGB (Red+Green+Blue) = 206+6+108=320 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.38% from 320); Green value is 6 (2.73% from 255 or 1.88% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 206 - color contains mainly: red. Hex color #CE066C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE066C is #31F993. Grayscale: #4D4D4D. Windows color (decimal): -3275156 or 7079630. OLE color: 7079630.

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

Color convert

RGB 206 6 108 -
CMYK 0 0.97 0.48 0.19
HSL 329.4º 0.94% 0.42% -
HSV(B) 329.4º 0.97% 0.81% -
XYZ 28.23 14.33 15.47 -
YUV 77.43 145.26 219.71 -
System Red Green Blue C M Y K H S L
Decimal 206 6 108 0 0.97 0.48 0.19 329.4 0.94 0.42
Hex CE 6 6C 0 61 30 13 149 5E 2A
Octal 316 6 154 0 141 60 23 511 136 52
Binary 11001110 110 1101100 0 1100001 110000 10011 101001001 1011110 101010

Color Harmonies of #CE066C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE066C

Black with #CE066C

Text Example


Text Example

White with #CE066C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE066C; }

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

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

background-color css

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

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

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

border-color css

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

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

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