Html Css Color HEX #CE136B Ruby

📋 copy color: '#CE136B'

red 206 ◦ green 19 ◦ blue 107

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

Shades of Ruby #CE136B

Tints of Ruby #CE136B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.23%

R = 62.05%
G = 5.72%
B = 32.23%

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

#CE136B (or 0xCE136B) is known color: Ruby. HEX triplet: CE, 13 and 6B. RGB value is (206,19,107). Sum of RGB (Red+Green+Blue) = 206+19+107=332 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.05% from 332); Green value is 19 (7.81% from 255 or 5.72% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 206 - color contains mainly: red. Hex color #CE136B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE136B is #31EC94. Grayscale: #545454. Windows color (decimal): -3271829 or 7017422. OLE color: 7017422.

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

Color convert

RGB 206 19 107 -
CMYK 0 0.91 0.48 0.19
HSL 331.76º 0.83% 0.44% -
HSV(B) 331.76º 0.91% 0.81% -
XYZ 28.34 14.65 15.24 -
YUV 84.95 140.45 214.34 -
System Red Green Blue C M Y K H S L
Decimal 206 19 107 0 0.91 0.48 0.19 331.76 0.83 0.44
Hex CE 13 6B 0 5B 30 13 14C 53 2C
Octal 316 23 153 0 133 60 23 514 123 54
Binary 11001110 10011 1101011 0 1011011 110000 10011 101001100 1010011 101100

Color Harmonies of #CE136B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE136B

Black with #CE136B

Text Example


Text Example

White with #CE136B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE136B; }

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

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

background-color css

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

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

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

border-color css

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

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

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