Html Css Color HEX #CE056C Ruby

📋 copy color: '#CE056C'

red 206 ◦ green 5 ◦ blue 108

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

Shades of Ruby #CE056C

Tints of Ruby #CE056C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.57%

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

R = 64.58%
G = 1.57%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CE056C (or 0xCE056C) is known color: Ruby. HEX triplet: CE, 05 and 6C. RGB value is (206,5,108). Sum of RGB (Red+Green+Blue) = 206+5+108=319 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.58% from 319); Green value is 5 (2.34% from 255 or 1.57% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 206 - color contains mainly: red. Hex color #CE056C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE056C is #31FA93. Grayscale: #4C4C4C. Windows color (decimal): -3275412 or 7079374. OLE color: 7079374.

HSL color Cylindrical-coordinate representation of color #CE056C: hue angle of 329.25º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE056C is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 5 108 -
CMYK 0 0.98 0.48 0.19
HSL 329.25º 0.95% 0.41% -
HSV(B) 329.25º 0.98% 0.81% -
XYZ 28.21 14.31 15.46 -
YUV 76.84 145.59 220.12 -
System Red Green Blue C M Y K H S L
Decimal 206 5 108 0 0.98 0.48 0.19 329.25 0.95 0.41
Hex CE 5 6C 0 62 30 13 149 5F 29
Octal 316 5 154 0 142 60 23 511 137 51
Binary 11001110 101 1101100 0 1100010 110000 10011 101001001 1011111 101001

Color Harmonies of #CE056C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE056C

Black with #CE056C

Text Example


Text Example

White with #CE056C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE056C; }

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

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

background-color css

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

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

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

border-color css

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

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

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