Html Css Color HEX #CE136C Ruby

📋 copy color: '#CE136C'

red 206 ◦ green 19 ◦ blue 108

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

Shades of Ruby #CE136C

Tints of Ruby #CE136C

RGB

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

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

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

R = 61.86%
G = 5.71%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CE136C (or 0xCE136C) is known color: Ruby. HEX triplet: CE, 13 and 6C. RGB value is (206,19,108). Sum of RGB (Red+Green+Blue) = 206+19+108=333 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.86% from 333); Green value is 19 (7.81% from 255 or 5.71% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 206 - color contains mainly: red. Hex color #CE136C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE136C is #31EC93. Grayscale: #545454. Windows color (decimal): -3271828 or 7082958. OLE color: 7082958.

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

Color convert

RGB 206 19 108 -
CMYK 0 0.91 0.48 0.19
HSL 331.44º 0.83% 0.44% -
HSV(B) 331.44º 0.91% 0.81% -
XYZ 28.39 14.67 15.52 -
YUV 85.06 140.95 214.26 -
System Red Green Blue C M Y K H S L
Decimal 206 19 108 0 0.91 0.48 0.19 331.44 0.83 0.44
Hex CE 13 6C 0 5B 30 13 14B 53 2C
Octal 316 23 154 0 133 60 23 513 123 54
Binary 11001110 10011 1101100 0 1011011 110000 10011 101001011 1010011 101100

Color Harmonies of #CE136C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE136C

Black with #CE136C

Text Example


Text Example

White with #CE136C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE136C; }

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

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

background-color css

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

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

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

border-color css

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

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

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