#CA1767

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

Shades of Ruby #CA1767

Tints of Ruby #CA1767

Color information

#CA1767 (or 0xCA1767) is unknown color: approx Ruby. HEX triplet: CA, 17 and 67. RGB value is (202,23,103). Sum of RGB (Red+Green+Blue) = 202+23+103=328 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.59% from 328); Green value is 23 (9.38% from 255 or 7.01% from 328); Blue value is 103 (40.62% from 255 or 31.40% from 328); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1767 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1767 is #35E898. Grayscale: #555555. Windows color (decimal): -3532953 or 6756298. OLE color: 6756298.

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

Color convert

RGB20223103-
CMYK00.890.490.21
HSL333.18º79.56%44.12%-
HSV(B)333.18º88.61%79.22%-
XYZ27.1114.1514.13-
YUV85.64137.8211-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 61.59%
GREEN value IS 23 (9.38% from 255) = 7.01%
BLUE value IS 103 (40.62% from 255) = 31.40%
R=61.59%
G=7.01%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022310300.890.490.21333.1879.5644.12
HexCA1767059311514d502c
Octal312271470131612551512054
Binary1100101010111110011101011001110001101011010011011010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1767; }

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

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

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

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

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

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

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

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