#C30657

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

Shades of Ruby #C30657

Tints of Ruby #C30657

Color information

#C30657 (or 0xC30657) is unknown color: approx Ruby. HEX triplet: C3, 06 and 57. RGB value is (195,6,87). Sum of RGB (Red+Green+Blue) = 195+6+87=288 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.71% from 288); Green value is 6 (2.73% from 255 or 2.08% from 288); Blue value is 87 (34.38% from 255 or 30.21% from 288); Max value from RGB is 195 - color contains mainly: red. Hex color #C30657 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30657 is #3CF9A8. Grayscale: #474747. Windows color (decimal): -3996073 or 5703363. OLE color: 5703363.

HSL color Cylindrical-coordinate representation of color #C30657: hue angle of 334.29º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C30657 is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB195687-
CMYK00.970.550.24
HSL334.29º94.03%39.41%-
HSV(B)334.29º96.92%76.47%-
XYZ24.2912.4210.13-
YUV71.74136.62215.91-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 67.71%
GREEN value IS 6 (2.73% from 255) = 2.08%
BLUE value IS 87 (34.38% from 255) = 30.21%
R=67.71%
G=2.08%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19568700.970.550.24334.2994.0339.41
HexC3657061371814e5e27
Octal30361270141673051613647
Binary11000011110101011101100001110111110001010011101011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30657; }

 p { color: rgb(195,6,87); }

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

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

 a { background-color: rgb(195,6,87); }

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

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

 span { border-color: rgb(195,6,87); }

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