#cf065a

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

Shades of Razzmatazz #CF065A

Tints of Razzmatazz #CF065A

Color information

#CF065A (or 0xCF065A) is unknown color: approx Razzmatazz. HEX triplet: CF, 06 and 5A. RGB value is (207,6,90). Sum of RGB (Red+Green+Blue) = 207+6+90=303 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.32% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 207 - color contains mainly: red. Hex color #CF065A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF065A is #30F9A5. Grayscale: #4B4B4B. Windows color (decimal): -3209638 or 5899983. OLE color: 5899983.

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

Color convert

RGB207690-
CMYK00.970.570.19
HSL334.93º94.37%41.76%-
HSV(B)334.93º97.1%81.18%-
XYZ27.6414.1310.94-
YUV75.68136.09221.67-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 68.32%
GREEN value IS 6 (2.73% from 255) = 1.98%
BLUE value IS 90 (35.55% from 255) = 29.70%
R=68.32%
G=1.98%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20769000.970.570.19334.9394.3741.76
HexCF65A061391314f5e2a
Octal31761320141712351713652
Binary11001111110101101001100001111001100111010011111011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf065a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf065a; }

 p { color: rgb(207,6,90); }

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

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

 a { background-color: rgb(207,6,90); }

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

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

 span { border-color: rgb(207,6,90); }

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