#CF136B

Color #CF136B Ruby (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ruby #CF136B

Tints of Ruby #CF136B

Color information

#CF136B (or 0xCF136B) is unknown color: approx Ruby. HEX triplet: CF, 13 and 6B. RGB value is (207,19,107). Sum of RGB (Red+Green+Blue) = 207+19+107=333 (44% of max value = 765). Red value is 207 (81.25% from 255 or 62.16% from 333); Green value is 19 (7.81% from 255 or 5.71% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 207 - color contains mainly: red. Hex color #CF136B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF136B is #30EC94. Grayscale: #555555. Windows color (decimal): -3206293 or 7017423. OLE color: 7017423.

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

Color convert

RGB20719107-
CMYK00.910.480.19
HSL331.91º83.19%44.31%-
HSV(B)331.91º90.82%81.18%-
XYZ28.6214.7915.26-
YUV85.24140.28214.84-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 62.16%
GREEN value IS 19 (7.81% from 255) = 5.71%
BLUE value IS 107 (42.19% from 255) = 32.13%
R=62.16%
G=5.71%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071910700.910.480.19331.9183.1944.31
HexCF136B05B301314c532c
Octal317231530133602351412354
Binary1100111110011110101101011011110000100111010011001010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF136B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF136B; }

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

 H1.HeaderClassName
 {
   color: #CF136B;
 }
 .AnyTagClassName
 {
   color: #CF136B;
 }
</style>
background-color css

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

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

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

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

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

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