Html Css Color HEX #CE036A Ruby

📋 copy color: '#CE036A'

red 206 ◦ green 3 ◦ blue 106

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

Shades of Ruby #CE036A

Tints of Ruby #CE036A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.95%

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

R = 65.4%
G = 0.95%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CE036A (or 0xCE036A) is known color: Ruby. HEX triplet: CE, 03 and 6A. RGB value is (206,3,106). Sum of RGB (Red+Green+Blue) = 206+3+106=315 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.40% from 315); Green value is 3 (1.56% from 255 or 0.95% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 206 - color contains mainly: red. Hex color #CE036A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE036A is #31FC95. Grayscale: #4B4B4B. Windows color (decimal): -3275926 or 6947790. OLE color: 6947790.

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

Color convert

RGB 206 3 106 -
CMYK 0 0.99 0.49 0.19
HSL 329.56º 0.97% 0.41% -
HSV(B) 329.56º 0.99% 0.81% -
XYZ 28.09 14.23 14.9 -
YUV 75.44 145.25 221.12 -
System Red Green Blue C M Y K H S L
Decimal 206 3 106 0 0.99 0.49 0.19 329.56 0.97 0.41
Hex CE 3 6A 0 63 31 13 14A 61 29
Octal 316 3 152 0 143 61 23 512 141 51
Binary 11001110 11 1101010 0 1100011 110001 10011 101001010 1100001 101001

Color Harmonies of #CE036A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE036A

Black with #CE036A

Text Example


Text Example

White with #CE036A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE036A; }

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

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

background-color css

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

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

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

border-color css

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

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

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