#CA0968

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

Shades of Ruby #CA0968

Tints of Ruby #CA0968

Color information

#CA0968 (or 0xCA0968) is unknown color: approx Ruby. HEX triplet: CA, 09 and 68. RGB value is (202,9,104). Sum of RGB (Red+Green+Blue) = 202+9+104=315 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.13% from 315); Green value is 9 (3.91% from 255 or 2.86% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0968 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0968 is #35F697. Grayscale: #4D4D4D. Windows color (decimal): -3536536 or 6818250. OLE color: 6818250.

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

Color convert

RGB2029104-
CMYK00.960.490.21
HSL330.47º91.47%41.37%-
HSV(B)330.47º95.54%79.22%-
XYZ26.9513.7514.33-
YUV77.54142.94216.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 64.13%
GREEN value IS 9 (3.91% from 255) = 2.86%
BLUE value IS 104 (41.02% from 255) = 33.02%
R=64.13%
G=2.86%
B=33.02%

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
Decimal202910400.960.490.21330.4791.4741.37
HexCA968060311514a5b29
Octal312111500140612551213351
Binary110010101001110100001100000110001101011010010101011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0968; }

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

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

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

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

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

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

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

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