#CA1C68

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

Shades of Ruby #CA1C68

Tints of Ruby #CA1C68

Color information

#CA1C68 (or 0xCA1C68) is unknown color: approx Ruby. HEX triplet: CA, 1C and 68. RGB value is (202,28,104). Sum of RGB (Red+Green+Blue) = 202+28+104=334 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.48% from 334); Green value is 28 (11.33% from 255 or 8.38% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1C68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1C68 is #35E397. Grayscale: #585858. Windows color (decimal): -3531672 or 6823114. OLE color: 6823114.

HSL color Cylindrical-coordinate representation of color #CA1C68: hue angle of 333.79º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA1C68 is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB20228104-
CMYK00.860.490.21
HSL333.79º75.65%45.1%-
HSV(B)333.79º86.14%79.22%-
XYZ27.2714.3914.44-
YUV88.69136.65208.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 60.48%
GREEN value IS 28 (11.33% from 255) = 8.38%
BLUE value IS 104 (41.02% from 255) = 31.14%
R=60.48%
G=8.38%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022810400.860.490.21333.7975.6545.1
HexCA1C68056311514e4c2d
Octal312341500126612551611455
Binary1100101011100110100001010110110001101011010011101001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1C68; }

 p { color: rgb(202,28,104); }

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

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

 a { background-color: rgb(202,28,104); }

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

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

 span { border-color: rgb(202,28,104); }

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