#CC1B5F

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

Shades of Ruby #CC1B5F

Tints of Ruby #CC1B5F

Color information

#CC1B5F (or 0xCC1B5F) is unknown color: approx Ruby. HEX triplet: CC, 1B and 5F. RGB value is (204,27,95). Sum of RGB (Red+Green+Blue) = 204+27+95=326 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.58% from 326); Green value is 27 (10.94% from 255 or 8.28% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1B5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC1B5F is #33E4A0. Grayscale: #575757. Windows color (decimal): -3400865 or 6233036. OLE color: 6233036.

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

Color convert

RGB2042795-
CMYK00.870.530.2
HSL336.95º76.62%45.29%-
HSV(B)336.95º86.76%80%-
XYZ27.3614.4512.17-
YUV87.68132.14210.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 62.58%
GREEN value IS 27 (10.94% from 255) = 8.28%
BLUE value IS 95 (37.5% from 255) = 29.14%
R=62.58%
G=8.28%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204279500.870.530.2336.9576.6245.29
HexCC1B5F05735141514d2d
Octal314331370127652452111555
Binary1100110011011101111101010111110101101001010100011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1B5F; }

 p { color: rgb(204,27,95); }

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

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

 a { background-color: rgb(204,27,95); }

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

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

 span { border-color: rgb(204,27,95); }

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