#CD0262

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

Shades of Ruby #CD0262

Tints of Ruby #CD0262

Color information

#CD0262 (or 0xCD0262) is unknown color: approx Ruby. HEX triplet: CD, 02 and 62. RGB value is (205,2,98). Sum of RGB (Red+Green+Blue) = 205+2+98=305 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.21% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 98 (38.67% from 255 or 32.13% from 305); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0262 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0262 is #32FD9D. Grayscale: #494949. Windows color (decimal): -3341726 or 6423245. OLE color: 6423245.

HSL color Cylindrical-coordinate representation of color #CD0262: hue angle of 331.63º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CD0262 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB205298-
CMYK00.990.520.20
HSL331.63º98.07%40.59%-
HSV(B)331.63º99.02%80.39%-
XYZ27.413.912.79-
YUV73.64141.75221.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 67.21%
GREEN value IS 2 (1.17% from 255) = 0.66%
BLUE value IS 98 (38.67% from 255) = 32.13%
R=67.21%
G=0.66%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20529800.990.520.20331.6398.0740.59
HexCD262063341414c6229
Octal31521420143642451414251
Binary1100110110110001001100011110100101001010011001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD0262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD0262; }

 p { color: rgb(205,2,98); }

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

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

 a { background-color: rgb(205,2,98); }

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

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

 span { border-color: rgb(205,2,98); }

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