#CF0867

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

Shades of Ruby #CF0867

Tints of Ruby #CF0867

Color information

#CF0867 (or 0xCF0867) is unknown color: approx Ruby. HEX triplet: CF, 08 and 67. RGB value is (207,8,103). Sum of RGB (Red+Green+Blue) = 207+8+103=318 (42% of max value = 765). Red value is 207 (81.25% from 255 or 65.09% from 318); Green value is 8 (3.52% from 255 or 2.52% from 318); Blue value is 103 (40.62% from 255 or 32.39% from 318); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0867 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0867 is #30F798. Grayscale: #4E4E4E. Windows color (decimal): -3209113 or 6752463. OLE color: 6752463.

HSL color Cylindrical-coordinate representation of color #CF0867: hue angle of 331.36º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF0867 is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB2078103-
CMYK00.960.500.19
HSL331.36º92.56%42.16%-
HSV(B)331.36º96.14%81.18%-
XYZ28.2714.4214.13-
YUV78.33141.93219.78-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 65.09%
GREEN value IS 8 (3.52% from 255) = 2.52%
BLUE value IS 103 (40.62% from 255) = 32.39%
R=65.09%
G=2.52%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207810300.960.500.19331.3692.5642.16
HexCF867060321314b5d2a
Octal317101470140622351313552
Binary110011111000110011101100000110010100111010010111011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF0867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF0867; }

 p { color: rgb(207,8,103); }

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

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

 a { background-color: rgb(207,8,103); }

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

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

 span { border-color: rgb(207,8,103); }

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