Html Css Color HEX #CE136D Ruby

📋 copy color: '#CE136D'

red 206 ◦ green 19 ◦ blue 109

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

Shades of Ruby #CE136D

Tints of Ruby #CE136D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.63%

R = 61.68%
G = 5.69%
B = 32.63%

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

#CE136D (or 0xCE136D) is known color: Ruby. HEX triplet: CE, 13 and 6D. RGB value is (206,19,109). Sum of RGB (Red+Green+Blue) = 206+19+109=334 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.68% from 334); Green value is 19 (7.81% from 255 or 5.69% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 206 - color contains mainly: red. Hex color #CE136D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE136D is #31EC92. Grayscale: #545454. Windows color (decimal): -3271827 or 7148494. OLE color: 7148494.

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

Color convert

RGB 206 19 109 -
CMYK 0 0.91 0.47 0.19
HSL 331.12º 0.83% 0.44% -
HSV(B) 331.12º 0.91% 0.81% -
XYZ 28.45 14.69 15.8 -
YUV 85.17 141.45 214.18 -
System Red Green Blue C M Y K H S L
Decimal 206 19 109 0 0.91 0.47 0.19 331.12 0.83 0.44
Hex CE 13 6D 0 5B 2F 13 14B 53 2C
Octal 316 23 155 0 133 57 23 513 123 54
Binary 11001110 10011 1101101 0 1011011 101111 10011 101001011 1010011 101100

Color Harmonies of #CE136D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE136D

Black with #CE136D

Text Example


Text Example

White with #CE136D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE136D; }

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

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

background-color css

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

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

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

border-color css

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

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

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