Html Css Color HEX #CE136E Ruby

📋 copy color: '#CE136E'

red 206 ◦ green 19 ◦ blue 110

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

Shades of Ruby #CE136E

Tints of Ruby #CE136E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.67%

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

R = 61.49%
G = 5.67%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CE136E (or 0xCE136E) is known color: Ruby. HEX triplet: CE, 13 and 6E. RGB value is (206,19,110). Sum of RGB (Red+Green+Blue) = 206+19+110=335 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.49% from 335); Green value is 19 (7.81% from 255 or 5.67% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 206 - color contains mainly: red. Hex color #CE136E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE136E is #31EC91. Grayscale: #555555. Windows color (decimal): -3271826 or 7214030. OLE color: 7214030.

HSL color Cylindrical-coordinate representation of color #CE136E: hue angle of 330.8º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE136E is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 19 110 -
CMYK 0 0.91 0.47 0.19
HSL 330.8º 0.83% 0.44% -
HSV(B) 330.8º 0.91% 0.81% -
XYZ 28.5 14.71 16.09 -
YUV 85.29 141.95 214.1 -
System Red Green Blue C M Y K H S L
Decimal 206 19 110 0 0.91 0.47 0.19 330.8 0.83 0.44
Hex CE 13 6E 0 5B 2F 13 14B 53 2C
Octal 316 23 156 0 133 57 23 513 123 54
Binary 11001110 10011 1101110 0 1011011 101111 10011 101001011 1010011 101100

Color Harmonies of #CE136E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE136E

Black with #CE136E

Text Example


Text Example

White with #CE136E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE136E; }

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

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

background-color css

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

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

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

border-color css

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

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

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