#CA075C

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

Shades of Ruby #CA075C

Tints of Ruby #CA075C

Color information

#CA075C (or 0xCA075C) is unknown color: approx Ruby. HEX triplet: CA, 07 and 5C. RGB value is (202,7,92). Sum of RGB (Red+Green+Blue) = 202+7+92=301 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.11% from 301); Green value is 7 (3.12% from 255 or 2.33% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 202 - color contains mainly: red. Hex color #CA075C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA075C is #35F8A3. Grayscale: #4A4A4A. Windows color (decimal): -3537060 or 6031306. OLE color: 6031306.

HSL color Cylindrical-coordinate representation of color #CA075C: hue angle of 333.85º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA075C is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB202792-
CMYK00.970.540.21
HSL333.85º93.3%40.98%-
HSV(B)333.85º96.53%79.22%-
XYZ26.3613.4811.34-
YUV74.99137.6218.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 67.11%
GREEN value IS 7 (3.12% from 255) = 2.33%
BLUE value IS 92 (36.33% from 255) = 30.56%
R=67.11%
G=2.33%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20279200.970.540.21333.8593.340.98
HexCA75C061361514e5d29
Octal31271340141662551613551
Binary11001010111101110001100001110110101011010011101011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA075C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA075C; }

 p { color: rgb(202,7,92); }

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

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

 a { background-color: rgb(202,7,92); }

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

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

 span { border-color: rgb(202,7,92); }

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