#CA0967

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

Shades of Ruby #CA0967

Tints of Ruby #CA0967

Color information

#CA0967 (or 0xCA0967) is unknown color: approx Ruby. HEX triplet: CA, 09 and 67. RGB value is (202,9,103). Sum of RGB (Red+Green+Blue) = 202+9+103=314 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.33% from 314); Green value is 9 (3.91% from 255 or 2.87% from 314); Blue value is 103 (40.62% from 255 or 32.80% from 314); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0967 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0967 is #35F698. Grayscale: #4D4D4D. Windows color (decimal): -3536537 or 6752714. OLE color: 6752714.

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

Color convert

RGB2029103-
CMYK00.960.490.21
HSL330.78º91.47%41.37%-
HSV(B)330.78º95.54%79.22%-
XYZ26.913.7314.06-
YUV77.42142.44216.86-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 64.33%
GREEN value IS 9 (3.91% from 255) = 2.87%
BLUE value IS 103 (40.62% from 255) = 32.80%
R=64.33%
G=2.87%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202910300.960.490.21330.7891.4741.37
HexCA967060311514b5b29
Octal312111470140612551313351
Binary110010101001110011101100000110001101011010010111011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0967; }

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

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

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

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

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

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

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

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