#CA175F

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

Shades of Ruby #CA175F

Tints of Ruby #CA175F

Color information

#CA175F (or 0xCA175F) is unknown color: approx Ruby. HEX triplet: CA, 17 and 5F. RGB value is (202,23,95). Sum of RGB (Red+Green+Blue) = 202+23+95=320 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.12% from 320); Green value is 23 (9.38% from 255 or 7.19% from 320); Blue value is 95 (37.5% from 255 or 29.69% from 320); Max value from RGB is 202 - color contains mainly: red. Hex color #CA175F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA175F is #35E8A0. Grayscale: #545454. Windows color (decimal): -3532961 or 6232010. OLE color: 6232010.

HSL color Cylindrical-coordinate representation of color #CA175F: hue angle of 335.87º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA175F is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB2022395-
CMYK00.890.530.21
HSL335.87º79.56%44.12%-
HSV(B)335.87º88.61%79.22%-
XYZ26.731412.12-
YUV84.73133.8211.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 63.12%
GREEN value IS 23 (9.38% from 255) = 7.19%
BLUE value IS 95 (37.5% from 255) = 29.69%
R=63.12%
G=7.19%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202239500.890.530.21335.8779.5644.12
HexCA175F0593515150502c
Octal312271370131652552012054
Binary1100101010111101111101011001110101101011010100001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA175F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA175F; }

 p { color: rgb(202,23,95); }

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

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

 a { background-color: rgb(202,23,95); }

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

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

 span { border-color: rgb(202,23,95); }

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