#CB0365

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

Shades of Ruby #CB0365

Tints of Ruby #CB0365

Color information

#CB0365 (or 0xCB0365) is unknown color: approx Ruby. HEX triplet: CB, 03 and 65. RGB value is (203,3,101). Sum of RGB (Red+Green+Blue) = 203+3+101=307 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.12% from 307); Green value is 3 (1.56% from 255 or 0.98% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0365 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0365 is #34FC9A. Grayscale: #494949. Windows color (decimal): -3472539 or 6620107. OLE color: 6620107.

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

Color convert

RGB2033101-
CMYK00.990.500.20
HSL330.6º97.09%40.39%-
HSV(B)330.6º98.52%79.61%-
XYZ27.0113.713.53-
YUV73.97143.26220.03-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 66.12%
GREEN value IS 3 (1.56% from 255) = 0.98%
BLUE value IS 101 (39.84% from 255) = 32.90%
R=66.12%
G=0.98%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203310100.990.500.20330.697.0940.39
HexCB365063321414b6128
Octal31331450143622451314150
Binary1100101111110010101100011110010101001010010111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB0365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB0365; }

 p { color: rgb(203,3,101); }

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

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

 a { background-color: rgb(203,3,101); }

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

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

 span { border-color: rgb(203,3,101); }

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