#CA075B

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

Shades of Ruby #CA075B

Tints of Ruby #CA075B

Color information

#CA075B (or 0xCA075B) is unknown color: approx Ruby. HEX triplet: CA, 07 and 5B. RGB value is (202,7,91). Sum of RGB (Red+Green+Blue) = 202+7+91=300 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.33% from 300); Green value is 7 (3.12% from 255 or 2.33% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 202 - color contains mainly: red. Hex color #CA075B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA075B is #35F8A4. Grayscale: #4A4A4A. Windows color (decimal): -3537061 or 5965770. OLE color: 5965770.

HSL color Cylindrical-coordinate representation of color #CA075B: hue angle of 334.15º 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 #CA075B is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB202791-
CMYK00.970.550.21
HSL334.15º93.3%40.98%-
HSV(B)334.15º96.53%79.22%-
XYZ26.3213.4611.11-
YUV74.88137.1218.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 67.33%
GREEN value IS 7 (3.12% from 255) = 2.33%
BLUE value IS 91 (35.94% from 255) = 30.33%
R=67.33%
G=2.33%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20279100.970.550.21334.1593.340.98
HexCA75B061371514e5d29
Octal31271330141672551613551
Binary11001010111101101101100001110111101011010011101011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA075B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA075B; }

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

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

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

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

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

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

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

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