#CA0069

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

Shades of Ruby #CA0069

Tints of Ruby #CA0069

Color information

#CA0069 (or 0xCA0069) is unknown color: approx Ruby. HEX triplet: CA, 00 and 69. RGB value is (202,0,105). Sum of RGB (Red+Green+Blue) = 202+0+105=307 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.80% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 105 (41.41% from 255 or 34.20% from 307); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0069 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0069 is #35FF96. Grayscale: #484848. Windows color (decimal): -3538839 or 6881482. OLE color: 6881482.

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

Color convert

RGB2020105-
CMYK010.480.21
HSL328.81º100%39.61%-
HSV(B)328.81º100%79.22%-
XYZ26.9113.5814.57-
YUV72.37146.42220.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 65.80%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 105 (41.41% from 255) = 34.20%
R=65.80%
G=0%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2020105010.480.21328.8110039.61
HexCA06906430151496428
Octal31201510144602551114450
Binary110010100110100101100100110000101011010010011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0069; }

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

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

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

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

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

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

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

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