#CA035C

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

Shades of Ruby #CA035C

Tints of Ruby #CA035C

Color information

#CA035C (or 0xCA035C) is unknown color: approx Ruby. HEX triplet: CA, 03 and 5C. RGB value is (202,3,92). Sum of RGB (Red+Green+Blue) = 202+3+92=297 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.01% from 297); Green value is 3 (1.56% from 255 or 1.01% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 202 - color contains mainly: red. Hex color #CA035C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA035C is #35FCA3. Grayscale: #484848. Windows color (decimal): -3538084 or 6030282. OLE color: 6030282.

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

Color convert

RGB202392-
CMYK00.990.540.21
HSL333.17º97.07%40.2%-
HSV(B)333.17º98.51%79.22%-
XYZ26.3213.3911.32-
YUV72.65138.93220.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 68.01%
GREEN value IS 3 (1.56% from 255) = 1.01%
BLUE value IS 92 (36.33% from 255) = 30.98%
R=68.01%
G=1.01%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20239200.990.540.21333.1797.0740.2
HexCA35C063361514d6128
Octal31231340143662551514150
Binary1100101011101110001100011110110101011010011011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA035C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA035C; }

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

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

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

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

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

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

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

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