#CD145A

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

Shades of Ruby #CD145A

Tints of Ruby #CD145A

Color information

#CD145A (or 0xCD145A) is unknown color: approx Ruby. HEX triplet: CD, 14 and 5A. RGB value is (205,20,90). Sum of RGB (Red+Green+Blue) = 205+20+90=315 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.08% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 205 - color contains mainly: red. Hex color #CD145A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD145A is #32EBA5. Grayscale: #535353. Windows color (decimal): -3337126 or 5903565. OLE color: 5903565.

HSL color Cylindrical-coordinate representation of color #CD145A: hue angle of 337.3º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD145A is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB2052090-
CMYK00.900.560.20
HSL337.3º82.22%44.12%-
HSV(B)337.3º90.24%80.39%-
XYZ27.2714.2210.98-
YUV83.3131.79214.81-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 65.08%
GREEN value IS 20 (8.20% from 255) = 6.35%
BLUE value IS 90 (35.55% from 255) = 28.57%
R=65.08%
G=6.35%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205209000.900.560.20337.382.2244.12
HexCD145A05A3814151522c
Octal315241320132702452112254
Binary1100110110100101101001011010111000101001010100011010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD145A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD145A; }

 p { color: rgb(205,20,90); }

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

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

 a { background-color: rgb(205,20,90); }

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

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

 span { border-color: rgb(205,20,90); }

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