#CB185F

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

Shades of Ruby #CB185F

Tints of Ruby #CB185F

Color information

#CB185F (or 0xCB185F) is unknown color: approx Ruby. HEX triplet: CB, 18 and 5F. RGB value is (203,24,95). Sum of RGB (Red+Green+Blue) = 203+24+95=322 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.04% from 322); Green value is 24 (9.77% from 255 or 7.45% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 203 - color contains mainly: red. Hex color #CB185F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB185F is #34E7A0. Grayscale: #555555. Windows color (decimal): -3467169 or 6232267. OLE color: 6232267.

HSL color Cylindrical-coordinate representation of color #CB185F: hue angle of 336.2º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB185F is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB2032495-
CMYK00.880.530.20
HSL336.2º78.85%44.51%-
HSV(B)336.2º88.18%79.61%-
XYZ27.0214.1812.14-
YUV85.62133.3211.73-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 63.04%
GREEN value IS 24 (9.77% from 255) = 7.45%
BLUE value IS 95 (37.5% from 255) = 29.50%
R=63.04%
G=7.45%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203249500.880.530.20336.278.8544.51
HexCB185F05835141504f2d
Octal313301370130652452011755
Binary1100101111000101111101011000110101101001010100001001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB185F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB185F; }

 p { color: rgb(203,24,95); }

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

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

 a { background-color: rgb(203,24,95); }

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

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

 span { border-color: rgb(203,24,95); }

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