#CA0067

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

Shades of Ruby #CA0067

Tints of Ruby #CA0067

Color information

#CA0067 (or 0xCA0067) is unknown color: approx Ruby. HEX triplet: CA, 00 and 67. RGB value is (202,0,103). Sum of RGB (Red+Green+Blue) = 202+0+103=305 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.23% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 103 (40.62% from 255 or 33.77% from 305); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0067 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0067 is #35FF98. Grayscale: #474747. Windows color (decimal): -3538841 or 6750410. OLE color: 6750410.

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

Color convert

RGB2020103-
CMYK010.490.21
HSL329.41º100%39.61%-
HSV(B)329.41º100%79.22%-
XYZ26.8113.5414.03-
YUV72.14145.42220.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 66.23%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 103 (40.62% from 255) = 33.77%
R=66.23%
G=0%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2020103010.490.21329.4110039.61
HexCA06706431151496428
Octal31201470144612551114450
Binary110010100110011101100100110001101011010010011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0067; }

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

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

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

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

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

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

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

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